Html Css Color HEX #90CEB6 Vista Blue

📋 copy color: '#90CEB6'

red 144 ◦ green 206 ◦ blue 182

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

Shades of Vista Blue #90CEB6

Tints of Vista Blue #90CEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.21%

R = 27.07%
G = 38.72%
B = 34.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#90CEB6 (or 0x90CEB6) is known color: Vista Blue. HEX triplet: 90, CE and B6. RGB value is (144,206,182). Sum of RGB (Red+Green+Blue) = 144+206+182=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEB6 is #6F3149. Grayscale: #B8B8B8. Windows color (decimal): -7287114 or 11980432. OLE color: 11980432.

HSL color Cylindrical-coordinate representation of color #90CEB6: hue angle of 156.77º 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 #90CEB6 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 206 182 -
CMYK 0.30 0 0.12 0.19
HSL 156.77º 0.39% 0.69% -
HSV(B) 156.77º 0.3% 0.81% -
XYZ 42.02 53.45 52.36 -
YUV 184.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 144 206 182 0.30 0 0.12 0.19 156.77 0.39 0.69
Hex 90 CE B6 1E 0 C 13 9D 27 45
Octal 220 316 266 36 0 14 23 235 47 105
Binary 10010000 11001110 10110110 11110 0 1100 10011 10011101 100111 1000101

Color Harmonies of #90CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEB6

Black with #90CEB6

Text Example


Text Example

White with #90CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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