Html Css Color HEX #90F1EC Blizzard Blue

📋 copy color: '#90F1EC'

red 144 ◦ green 241 ◦ blue 236

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

Shades of Blizzard Blue #90F1EC

Tints of Blizzard Blue #90F1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.81%

 BLUE value IS 236 (92.58% from 255) = 38%

R = 23.19%
G = 38.81%
B = 38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#90F1EC (or 0x90F1EC) is known color: Blizzard Blue. HEX triplet: 90, F1 and EC. RGB value is (144,241,236). Sum of RGB (Red+Green+Blue) = 144+241+236=621 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.19% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1EC is #6F0E13. Grayscale: #D3D3D3. Windows color (decimal): -7278100 or 15528336. OLE color: 15528336.

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

Color convert

RGB 144 241 236 -
CMYK 0.40 0 0.02 0.05
HSL 176.91º 0.78% 0.75% -
HSV(B) 176.91º 0.4% 0.95% -
XYZ 58.1 74.9 90.75 -
YUV 211.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 144 241 236 0.40 0 0.02 0.05 176.91 0.78 0.75
Hex 90 F1 EC 28 0 2 5 B1 4E 4B
Octal 220 361 354 50 0 2 5 261 116 113
Binary 10010000 11110001 11101100 101000 0 10 101 10110001 1001110 1001011

Color Harmonies of #90F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F1EC

Black with #90F1EC

Text Example


Text Example

White with #90F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,241,236); }

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

background-color css

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

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

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

border-color css

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

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

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