Html Css Color HEX #90EBF1 Blizzard Blue

📋 copy color: '#90EBF1'

red 144 ◦ green 235 ◦ blue 241

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

Shades of Blizzard Blue #90EBF1

Tints of Blizzard Blue #90EBF1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.9%

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

R = 23.23%
G = 37.9%
B = 38.87%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90EBF1 (or 0x90EBF1) is known color: Blizzard Blue. HEX triplet: 90, EB and F1. RGB value is (144,235,241). Sum of RGB (Red+Green+Blue) = 144+235+241=620 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.23% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #90EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBF1 is #6F140E. Grayscale: #D0D0D0. Windows color (decimal): -7279631 or 15854480. OLE color: 15854480.

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

Color convert

RGB 144 235 241 -
CMYK 0.40 0.02 0 0.05
HSL 183.71º 0.78% 0.75% -
HSV(B) 183.71º 0.4% 0.95% -
XYZ 57.09 71.7 94.05 -
YUV 208.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 144 235 241 0.40 0.02 0 0.05 183.71 0.78 0.75
Hex 90 EB F1 28 2 0 5 B8 4E 4B
Octal 220 353 361 50 2 0 5 270 116 113
Binary 10010000 11101011 11110001 101000 10 0 101 10111000 1001110 1001011

Color Harmonies of #90EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBF1

Black with #90EBF1

Text Example


Text Example

White with #90EBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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