Html Css Color HEX #90E6F1 Blizzard Blue

📋 copy color: '#90E6F1'

red 144 ◦ green 230 ◦ blue 241

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

Shades of Blizzard Blue #90E6F1

Tints of Blizzard Blue #90E6F1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.4%

 BLUE value IS 241 (94.53% from 255) = 39.19%

R = 23.41%
G = 37.4%
B = 39.19%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90E6F1 (or 0x90E6F1) is known color: Blizzard Blue. HEX triplet: 90, E6 and F1. RGB value is (144,230,241). Sum of RGB (Red+Green+Blue) = 144+230+241=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #90E6F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6F1 is #6F190E. Grayscale: #CDCDCD. Windows color (decimal): -7280911 or 15853200. OLE color: 15853200.

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

Color convert

RGB 144 230 241 -
CMYK 0.40 0.05 0 0.05
HSL 186.8º 0.78% 0.75% -
HSV(B) 186.8º 0.4% 0.95% -
XYZ 55.68 68.87 93.58 -
YUV 205.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 144 230 241 0.40 0.05 0 0.05 186.8 0.78 0.75
Hex 90 E6 F1 28 5 0 5 BB 4E 4B
Octal 220 346 361 50 5 0 5 273 116 113
Binary 10010000 11100110 11110001 101000 101 0 101 10111011 1001110 1001011

Color Harmonies of #90E6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E6F1

Black with #90E6F1

Text Example


Text Example

White with #90E6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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