#90EFC0

Color #90EFC0 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #90EFC0

Tints of Vista Blue #90EFC0

Color information

#90EFC0 (or 0x90EFC0) is unknown color: approx Vista Blue. HEX triplet: 90, EF and C0. RGB value is (144,239,192). Sum of RGB (Red+Green+Blue) = 144+239+192=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFC0 is #6F103F. Grayscale: #CDCDCD. Windows color (decimal): -7278656 or 12644240. OLE color: 12644240.

HSL color Cylindrical-coordinate representation of color #90EFC0: hue angle of 150.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFC0 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB144239192-
CMYK0.4000.200.06
HSL150.32º74.8%75.1%-
HSV(B)150.32º39.75%93.73%-
XYZ51.8871.4760.93-
YUV205.24120.5384.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.04%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=25.04%
G=41.57%
B=33.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442391920.4000.200.06150.3274.875.1
Hex90EFC0280146964b4b
Octal220357300500246226113113
Binary1001000011101111110000001010000101001101001011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,239,192); }

 H1.HeaderClassName
 {
   color: #90EFC0;
 }
 .AnyTagClassName
 {
   color: #90EFC0;
 }
</style>
background-color css

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

 a { background-color: rgb(144,239,192); }

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

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

 span { border-color: rgb(144,239,192); }

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