Html Css Color HEX #90DCB0 Vista Blue

📋 copy color: '#90DCB0'

red 144 ◦ green 220 ◦ blue 176

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

Shades of Vista Blue #90DCB0

Tints of Vista Blue #90DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 26.67%
G = 40.74%
B = 32.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#90DCB0 (or 0x90DCB0) is known color: Vista Blue. HEX triplet: 90, DC and B0. RGB value is (144,220,176). Sum of RGB (Red+Green+Blue) = 144+220+176=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DCB0 is #6F234F. Grayscale: #C0C0C0. Windows color (decimal): -7283536 or 11590800. OLE color: 11590800.

HSL color Cylindrical-coordinate representation of color #90DCB0: hue angle of 145.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCB0 is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 220 176 -
CMYK 0.35 0 0.2 0.14
HSL 145.26º 0.52% 0.71% -
HSV(B) 145.26º 0.35% 0.86% -
XYZ 44.93 60.25 50.34 -
YUV 192.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 144 220 176 0.35 0 0.2 0.14 145.26 0.52 0.71
Hex 90 DC B0 23 0 14 E 91 34 47
Octal 220 334 260 43 0 24 16 221 64 107
Binary 10010000 11011100 10110000 100011 0 10100 1110 10010001 110100 1000111

Color Harmonies of #90DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCB0

Black with #90DCB0

Text Example


Text Example

White with #90DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,220,176); }

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

background-color css

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

 a { background-color: rgb(144,220,176); }

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

border-color css

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

 span { border-color: rgb(144,220,176); }

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