Html Css Color HEX #90CEB2 Vista Blue

📋 copy color: '#90CEB2'

red 144 ◦ green 206 ◦ blue 178

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

Shades of Vista Blue #90CEB2

Tints of Vista Blue #90CEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 27.27%
G = 39.02%
B = 33.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#90CEB2 (or 0x90CEB2) is known color: Vista Blue. HEX triplet: 90, CE and B2. RGB value is (144,206,178). Sum of RGB (Red+Green+Blue) = 144+206+178=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEB2 is #6F314D. Grayscale: #B8B8B8. Windows color (decimal): -7287118 or 11718288. OLE color: 11718288.

HSL color Cylindrical-coordinate representation of color #90CEB2: hue angle of 152.9º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEB2 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 206 178 -
CMYK 0.30 0 0.14 0.19
HSL 152.9º 0.39% 0.69% -
HSV(B) 152.9º 0.3% 0.81% -
XYZ 41.61 53.29 50.21 -
YUV 184.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 144 206 178 0.30 0 0.14 0.19 152.9 0.39 0.69
Hex 90 CE B2 1E 0 E 13 99 27 45
Octal 220 316 262 36 0 16 23 231 47 105
Binary 10010000 11001110 10110010 11110 0 1110 10011 10011001 100111 1000101

Color Harmonies of #90CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEB2

Black with #90CEB2

Text Example


Text Example

White with #90CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,206,178); }

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

background-color css

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

 a { background-color: rgb(144,206,178); }

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

border-color css

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

 span { border-color: rgb(144,206,178); }

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