Html Css Color HEX #90EFED Blizzard Blue

📋 copy color: '#90EFED'

red 144 ◦ green 239 ◦ blue 237

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

Shades of Blizzard Blue #90EFED

Tints of Blizzard Blue #90EFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 23.23%
G = 38.55%
B = 38.23%

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

#90EFED (or 0x90EFED) is known color: Blizzard Blue. HEX triplet: 90, EF and ED. RGB value is (144,239,237). Sum of RGB (Red+Green+Blue) = 144+239+237=620 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.23% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFED is #6F1012. Grayscale: #D2D2D2. Windows color (decimal): -7278611 or 15593360. OLE color: 15593360.

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

Color convert

RGB 144 239 237 -
CMYK 0.40 0 0.01 0.06
HSL 178.74º 0.75% 0.75% -
HSV(B) 178.74º 0.4% 0.94% -
XYZ 57.65 73.78 91.32 -
YUV 210.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 144 239 237 0.40 0 0.01 0.06 178.74 0.75 0.75
Hex 90 EF ED 28 0 1 6 B3 4B 4B
Octal 220 357 355 50 0 1 6 263 113 113
Binary 10010000 11101111 11101101 101000 0 1 110 10110011 1001011 1001011

Color Harmonies of #90EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFED

Black with #90EFED

Text Example


Text Example

White with #90EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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