Html Css Color HEX #90CFAF Vista Blue

📋 copy color: '#90CFAF'

red 144 ◦ green 207 ◦ blue 175

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

Shades of Vista Blue #90CFAF

Tints of Vista Blue #90CFAF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.35%

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

R = 27.38%
G = 39.35%
B = 33.27%

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

#90CFAF (or 0x90CFAF) is known color: Vista Blue. HEX triplet: 90, CF and AF. RGB value is (144,207,175). Sum of RGB (Red+Green+Blue) = 144+207+175=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFAF is #6F3050. Grayscale: #B8B8B8. Windows color (decimal): -7286865 or 11521936. OLE color: 11521936.

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

Color convert

RGB 144 207 175 -
CMYK 0.30 0 0.15 0.19
HSL 149.52º 0.4% 0.69% -
HSV(B) 149.52º 0.3% 0.81% -
XYZ 41.55 53.65 48.72 -
YUV 184.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 144 207 175 0.30 0 0.15 0.19 149.52 0.4 0.69
Hex 90 CF AF 1E 0 F 13 96 28 45
Octal 220 317 257 36 0 17 23 226 50 105
Binary 10010000 11001111 10101111 11110 0 1111 10011 10010110 101000 1000101

Color Harmonies of #90CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CFAF

Black with #90CFAF

Text Example


Text Example

White with #90CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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