Html Css Color HEX #90CCB5 Vista Blue

📋 copy color: '#90CCB5'

red 144 ◦ green 204 ◦ blue 181

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

Shades of Vista Blue #90CCB5

Tints of Vista Blue #90CCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 27.22%
G = 38.56%
B = 34.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#90CCB5 (or 0x90CCB5) is known color: Vista Blue. HEX triplet: 90, CC and B5. RGB value is (144,204,181). Sum of RGB (Red+Green+Blue) = 144+204+181=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCB5 is #6F334A. Grayscale: #B7B7B7. Windows color (decimal): -7287627 or 11914384. OLE color: 11914384.

HSL color Cylindrical-coordinate representation of color #90CCB5: hue angle of 157º degrees, saturation: 0.37, 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 #90CCB5 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 204 181 -
CMYK 0.29 0 0.11 0.2
HSL 157º 0.37% 0.68% -
HSV(B) 157º 0.29% 0.8% -
XYZ 41.43 52.45 51.66 -
YUV 183.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 144 204 181 0.29 0 0.11 0.2 157 0.37 0.68
Hex 90 CC B5 1D 0 B 14 9D 25 44
Octal 220 314 265 35 0 13 24 235 45 104
Binary 10010000 11001100 10110101 11101 0 1011 10100 10011101 100101 1000100

Color Harmonies of #90CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CCB5

Black with #90CCB5

Text Example


Text Example

White with #90CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,204,181); }

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

background-color css

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

 a { background-color: rgb(144,204,181); }

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

border-color css

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

 span { border-color: rgb(144,204,181); }

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