Html Css Color HEX #90CBD6 Regent St Blue

📋 copy color: '#90CBD6'

red 144 ◦ green 203 ◦ blue 214

#90CBD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #90CBD6

Tints of Regent St Blue #90CBD6

RGB

 RED value IS 144 (56.64% from 255) = 25.67%

 GREEN value IS 203 (79.69% from 255) = 36.19%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 25.67%
G = 36.19%
B = 38.15%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#90CBD6 (or 0x90CBD6) is known color: Regent St Blue. HEX triplet: 90, CB and D6. RGB value is (144,203,214). Sum of RGB (Red+Green+Blue) = 144+203+214=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #90CBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBD6 is #6F3429. Grayscale: #BABABA. Windows color (decimal): -7287850 or 14076816. OLE color: 14076816.

HSL color Cylindrical-coordinate representation of color #90CBD6: hue angle of 189.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CBD6 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 203 214 -
CMYK 0.33 0.05 0 0.16
HSL 189.43º 0.46% 0.7% -
HSV(B) 189.43º 0.33% 0.84% -
XYZ 45 53.5 71.57 -
YUV 186.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 144 203 214 0.33 0.05 0 0.16 189.43 0.46 0.7
Hex 90 CB D6 21 5 0 10 BD 2E 46
Octal 220 313 326 41 5 0 20 275 56 106
Binary 10010000 11001011 11010110 100001 101 0 10000 10111101 101110 1000110

Color Harmonies of #90CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CBD6

Black with #90CBD6

Text Example


Text Example

White with #90CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90CBD6; }

 p { color: rgb(144,203,214); }

 H1.HeaderClassName
 {
   color: #90CBD6;
 }
 .AnyTagClassName
 {
   color: #90CBD6;
 }
</style>

background-color css

<style>
 a { background-color: #90CBD6; }

 a { background-color: rgb(144,203,214); }

 div.DivClassName
 {
   background-color: #90CBD6;
 }
 .BgClassName
 {
   background-color: #90CBD6;
 }
</style>

border-color css

<style>
 span { border-color: #90CBD6; }

 span { border-color: rgb(144,203,214); }

 td.TdClassName
 {
   border-color: #90CBD6;
 }
 .TagClassName
 {
   border-color: #90CBD6;
 }
</style>