Html Css Color HEX #90CBAF Vista Blue

📋 copy color: '#90CBAF'

red 144 ◦ green 203 ◦ blue 175

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

Shades of Vista Blue #90CBAF

Tints of Vista Blue #90CBAF

RGB

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

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

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

R = 27.59%
G = 38.89%
B = 33.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#90CBAF (or 0x90CBAF) is known color: Vista Blue. HEX triplet: 90, CB and AF. RGB value is (144,203,175). Sum of RGB (Red+Green+Blue) = 144+203+175=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CBAF is #6F3450. Grayscale: #B6B6B6. Windows color (decimal): -7287889 or 11520912. OLE color: 11520912.

HSL color Cylindrical-coordinate representation of color #90CBAF: hue angle of 151.53º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CBAF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 203 175 -
CMYK 0.29 0 0.14 0.20
HSL 151.53º 0.36% 0.68% -
HSV(B) 151.53º 0.29% 0.8% -
XYZ 40.6 51.74 48.4 -
YUV 182.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 144 203 175 0.29 0 0.14 0.20 151.53 0.36 0.68
Hex 90 CB AF 1D 0 E 14 98 24 44
Octal 220 313 257 35 0 16 24 230 44 104
Binary 10010000 11001011 10101111 11101 0 1110 10100 10011000 100100 1000100

Color Harmonies of #90CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CBAF

Black with #90CBAF

Text Example


Text Example

White with #90CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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