Html Css Color HEX #90EFF2 Blizzard Blue

📋 copy color: '#90EFF2'

red 144 ◦ green 239 ◦ blue 242

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

Shades of Blizzard Blue #90EFF2

Tints of Blizzard Blue #90EFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 23.04%
G = 38.24%
B = 38.72%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90EFF2 (or 0x90EFF2) is known color: Blizzard Blue. HEX triplet: 90, EF and F2. RGB value is (144,239,242). Sum of RGB (Red+Green+Blue) = 144+239+242=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #90EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFF2 is #6F100D. Grayscale: #D2D2D2. Windows color (decimal): -7278606 or 15921040. OLE color: 15921040.

HSL color Cylindrical-coordinate representation of color #90EFF2: hue angle of 181.84º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFF2 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 239 242 -
CMYK 0.40 0.01 0 0.05
HSL 181.84º 0.79% 0.76% -
HSV(B) 181.84º 0.4% 0.95% -
XYZ 58.4 74.07 95.22 -
YUV 210.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 144 239 242 0.40 0.01 0 0.05 181.84 0.79 0.76
Hex 90 EF F2 28 1 0 5 B6 4F 4C
Octal 220 357 362 50 1 0 5 266 117 114
Binary 10010000 11101111 11110010 101000 1 0 101 10110110 1001111 1001100

Color Harmonies of #90EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFF2

Black with #90EFF2

Text Example


Text Example

White with #90EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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