Html Css Color HEX #90EFEC Blizzard Blue

📋 copy color: '#90EFEC'

red 144 ◦ green 239 ◦ blue 236

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

Shades of Blizzard Blue #90EFEC

Tints of Blizzard Blue #90EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.61%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 23.26%
G = 38.61%
B = 38.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#90EFEC (or 0x90EFEC) is known color: Blizzard Blue. HEX triplet: 90, EF and EC. RGB value is (144,239,236). Sum of RGB (Red+Green+Blue) = 144+239+236=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFEC is #6F1013. Grayscale: #D2D2D2. Windows color (decimal): -7278612 or 15527824. OLE color: 15527824.

HSL color Cylindrical-coordinate representation of color #90EFEC: hue angle of 178.11º 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 #90EFEC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 239 236 -
CMYK 0.40 0 0.01 0.06
HSL 178.11º 0.75% 0.75% -
HSV(B) 178.11º 0.4% 0.94% -
XYZ 57.51 73.72 90.55 -
YUV 210.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 144 239 236 0.40 0 0.01 0.06 178.11 0.75 0.75
Hex 90 EF EC 28 0 1 6 B2 4B 4B
Octal 220 357 354 50 0 1 6 262 113 113
Binary 10010000 11101111 11101100 101000 0 1 110 10110010 1001011 1001011

Color Harmonies of #90EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFEC

Black with #90EFEC

Text Example


Text Example

White with #90EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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