Html Css Color HEX #90EBF2 Blizzard Blue

📋 copy color: '#90EBF2'

red 144 ◦ green 235 ◦ blue 242

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

Shades of Blizzard Blue #90EBF2

Tints of Blizzard Blue #90EBF2

RGB

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

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

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

R = 23.19%
G = 37.84%
B = 38.97%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90EBF2 (or 0x90EBF2) is known color: Blizzard Blue. HEX triplet: 90, EB and F2. RGB value is (144,235,242). Sum of RGB (Red+Green+Blue) = 144+235+242=621 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.19% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #90EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBF2 is #6F140D. Grayscale: #D0D0D0. Windows color (decimal): -7279630 or 15920016. OLE color: 15920016.

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

Color convert

RGB 144 235 242 -
CMYK 0.40 0.03 0 0.05
HSL 184.29º 0.79% 0.76% -
HSV(B) 184.29º 0.4% 0.95% -
XYZ 57.24 71.76 94.84 -
YUV 208.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 144 235 242 0.40 0.03 0 0.05 184.29 0.79 0.76
Hex 90 EB F2 28 3 0 5 B8 4F 4C
Octal 220 353 362 50 3 0 5 270 117 114
Binary 10010000 11101011 11110010 101000 11 0 101 10111000 1001111 1001100

Color Harmonies of #90EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBF2

Black with #90EBF2

Text Example


Text Example

White with #90EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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