Html Css Color HEX #90CEAF Vista Blue

📋 copy color: '#90CEAF'

red 144 ◦ green 206 ◦ blue 175

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

Shades of Vista Blue #90CEAF

Tints of Vista Blue #90CEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.33%

R = 27.43%
G = 39.24%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#90CEAF (or 0x90CEAF) is known color: Vista Blue. HEX triplet: 90, CE and AF. RGB value is (144,206,175). Sum of RGB (Red+Green+Blue) = 144+206+175=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEAF is #6F3150. Grayscale: #B7B7B7. Windows color (decimal): -7287121 or 11521680. OLE color: 11521680.

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

Color convert

RGB 144 206 175 -
CMYK 0.30 0 0.15 0.19
HSL 150º 0.39% 0.69% -
HSV(B) 150º 0.3% 0.81% -
XYZ 41.31 53.17 48.64 -
YUV 183.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 144 206 175 0.30 0 0.15 0.19 150 0.39 0.69
Hex 90 CE AF 1E 0 F 13 96 27 45
Octal 220 316 257 36 0 17 23 226 47 105
Binary 10010000 11001110 10101111 11110 0 1111 10011 10010110 100111 1000101

Color Harmonies of #90CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEAF

Black with #90CEAF

Text Example


Text Example

White with #90CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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