Html Css Color HEX #90CEB4 Vista Blue

📋 copy color: '#90CEB4'

red 144 ◦ green 206 ◦ blue 180

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

Shades of Vista Blue #90CEB4

Tints of Vista Blue #90CEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 27.17%
G = 38.87%
B = 33.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#90CEB4 (or 0x90CEB4) is known color: Vista Blue. HEX triplet: 90, CE and B4. RGB value is (144,206,180). Sum of RGB (Red+Green+Blue) = 144+206+180=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEB4 is #6F314B. Grayscale: #B8B8B8. Windows color (decimal): -7287116 or 11849360. OLE color: 11849360.

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

Color convert

RGB 144 206 180 -
CMYK 0.30 0 0.13 0.19
HSL 154.84º 0.39% 0.69% -
HSV(B) 154.84º 0.3% 0.81% -
XYZ 41.81 53.37 51.28 -
YUV 184.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 144 206 180 0.30 0 0.13 0.19 154.84 0.39 0.69
Hex 90 CE B4 1E 0 D 13 9B 27 45
Octal 220 316 264 36 0 15 23 233 47 105
Binary 10010000 11001110 10110100 11110 0 1101 10011 10011011 100111 1000101

Color Harmonies of #90CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEB4

Black with #90CEB4

Text Example


Text Example

White with #90CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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