Html Css Color HEX #90EAF0 Blizzard Blue

📋 copy color: '#90EAF0'

red 144 ◦ green 234 ◦ blue 240

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

Shades of Blizzard Blue #90EAF0

Tints of Blizzard Blue #90EAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.86%

 BLUE value IS 240 (94.14% from 255) = 38.83%

R = 23.3%
G = 37.86%
B = 38.83%

CMYK

 C value IS 0.4

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90EAF0 (or 0x90EAF0) is known color: Blizzard Blue. HEX triplet: 90, EA and F0. RGB value is (144,234,240). Sum of RGB (Red+Green+Blue) = 144+234+240=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #90EAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAF0 is #6F150F. Grayscale: #CFCFCF. Windows color (decimal): -7279888 or 15788688. OLE color: 15788688.

HSL color Cylindrical-coordinate representation of color #90EAF0: hue angle of 183.75º degrees, saturation: 0.76, 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 #90EAF0 is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 234 240 -
CMYK 0.4 0.02 0 0.06
HSL 183.75º 0.76% 0.75% -
HSV(B) 183.75º 0.4% 0.94% -
XYZ 56.65 71.07 93.17 -
YUV 207.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 144 234 240 0.4 0.02 0 0.06 183.75 0.76 0.75
Hex 90 EA F0 28 2 0 6 B8 4C 4B
Octal 220 352 360 50 2 0 6 270 114 113
Binary 10010000 11101010 11110000 101000 10 0 110 10111000 1001100 1001011

Color Harmonies of #90EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EAF0

Black with #90EAF0

Text Example


Text Example

White with #90EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,234,240); }

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

background-color css

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

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

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

border-color css

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

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

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