Html Css Color HEX #90EFEF Blizzard Blue

📋 copy color: '#90EFEF'

red 144 ◦ green 239 ◦ blue 239

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

Shades of Blizzard Blue #90EFEF

Tints of Blizzard Blue #90EFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 23.15%
G = 38.42%
B = 38.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90EFEF (or 0x90EFEF) is known color: Blizzard Blue. HEX triplet: 90, EF and EF. RGB value is (144,239,239). Sum of RGB (Red+Green+Blue) = 144+239+239=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #90EFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFEF is #6F1010. Grayscale: #D2D2D2. Windows color (decimal): -7278609 or 15724432. OLE color: 15724432.

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

Color convert

RGB 144 239 239 -
CMYK 0.40 0 0 0.06
HSL 180º 0.75% 0.75% -
HSV(B) 180º 0.4% 0.94% -
XYZ 57.95 73.89 92.87 -
YUV 210.6 144.03 80.5 -
System Red Green Blue C M Y K H S L
Decimal 144 239 239 0.40 0 0 0.06 180 0.75 0.75
Hex 90 EF EF 28 0 0 6 B4 4B 4B
Octal 220 357 357 50 0 0 6 264 113 113
Binary 10010000 11101111 11101111 101000 0 0 110 10110100 1001011 1001011

Color Harmonies of #90EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFEF

Black with #90EFEF

Text Example


Text Example

White with #90EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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