Html Css Color HEX #90EFEB Blizzard Blue

📋 copy color: '#90EFEB'

red 144 ◦ green 239 ◦ blue 235

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

Shades of Blizzard Blue #90EFEB

Tints of Blizzard Blue #90EFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 23.3%
G = 38.67%
B = 38.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#90EFEB (or 0x90EFEB) is known color: Blizzard Blue. HEX triplet: 90, EF and EB. RGB value is (144,239,235). Sum of RGB (Red+Green+Blue) = 144+239+235=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFEB is #6F1014. Grayscale: #D2D2D2. Windows color (decimal): -7278613 or 15462288. OLE color: 15462288.

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

Color convert

RGB 144 239 235 -
CMYK 0.40 0 0.02 0.06
HSL 177.47º 0.75% 0.75% -
HSV(B) 177.47º 0.4% 0.94% -
XYZ 57.36 73.66 89.79 -
YUV 210.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 144 239 235 0.40 0 0.02 0.06 177.47 0.75 0.75
Hex 90 EF EB 28 0 2 6 B1 4B 4B
Octal 220 357 353 50 0 2 6 261 113 113
Binary 10010000 11101111 11101011 101000 0 10 110 10110001 1001011 1001011

Color Harmonies of #90EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFEB

Black with #90EFEB

Text Example


Text Example

White with #90EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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