Html Css Color HEX #90DFEE Blizzard Blue

📋 copy color: '#90DFEE'

red 144 ◦ green 223 ◦ blue 238

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

Shades of Blizzard Blue #90DFEE

Tints of Blizzard Blue #90DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 23.8%
G = 36.86%
B = 39.34%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90DFEE (or 0x90DFEE) is known color: Blizzard Blue. HEX triplet: 90, DF and EE. RGB value is (144,223,238). Sum of RGB (Red+Green+Blue) = 144+223+238=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #90DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFEE is #6F2011. Grayscale: #C8C8C8. Windows color (decimal): -7282706 or 15654800. OLE color: 15654800.

HSL color Cylindrical-coordinate representation of color #90DFEE: hue angle of 189.57º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90DFEE is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 223 238 -
CMYK 0.39 0.06 0 0.07
HSL 189.57º 0.73% 0.75% -
HSV(B) 189.57º 0.39% 0.93% -
XYZ 53.32 64.88 90.6 -
YUV 201.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 144 223 238 0.39 0.06 0 0.07 189.57 0.73 0.75
Hex 90 DF EE 27 6 0 7 BE 49 4B
Octal 220 337 356 47 6 0 7 276 111 113
Binary 10010000 11011111 11101110 100111 110 0 111 10111110 1001001 1001011

Color Harmonies of #90DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DFEE

Black with #90DFEE

Text Example


Text Example

White with #90DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,223,238); }

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

background-color css

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

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

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

border-color css

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

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

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