Html Css Color HEX #90EFE5 Blizzard Blue

📋 copy color: '#90EFE5'

red 144 ◦ green 239 ◦ blue 229

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

Shades of Blizzard Blue #90EFE5

Tints of Blizzard Blue #90EFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 23.53%
G = 39.05%
B = 37.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#90EFE5 (or 0x90EFE5) is known color: Blizzard Blue. HEX triplet: 90, EF and E5. RGB value is (144,239,229). Sum of RGB (Red+Green+Blue) = 144+239+229=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFE5 is #6F101A. Grayscale: #D1D1D1. Windows color (decimal): -7278619 or 15069072. OLE color: 15069072.

HSL color Cylindrical-coordinate representation of color #90EFE5: hue angle of 173.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFE5 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 239 229 -
CMYK 0.40 0 0.04 0.06
HSL 173.68º 0.75% 0.75% -
HSV(B) 173.68º 0.4% 0.94% -
XYZ 56.51 73.32 85.3 -
YUV 209.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 144 239 229 0.40 0 0.04 0.06 173.68 0.75 0.75
Hex 90 EF E5 28 0 4 6 AE 4B 4B
Octal 220 357 345 50 0 4 6 256 113 113
Binary 10010000 11101111 11100101 101000 0 100 110 10101110 1001011 1001011

Color Harmonies of #90EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFE5

Black with #90EFE5

Text Example


Text Example

White with #90EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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