Html Css Color HEX #90EBEB Blizzard Blue

📋 copy color: '#90EBEB'

red 144 ◦ green 235 ◦ blue 235

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

Shades of Blizzard Blue #90EBEB

Tints of Blizzard Blue #90EBEB

RGB

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

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

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

R = 23.45%
G = 38.27%
B = 38.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90EBEB (or 0x90EBEB) is known color: Blizzard Blue. HEX triplet: 90, EB and EB. RGB value is (144,235,235). Sum of RGB (Red+Green+Blue) = 144+235+235=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #90EBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBEB is #6F1414. Grayscale: #CFCFCF. Windows color (decimal): -7279637 or 15461264. OLE color: 15461264.

HSL color Cylindrical-coordinate representation of color #90EBEB: hue angle of 180º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBEB is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 235 235 -
CMYK 0.39 0 0 0.08
HSL 180º 0.69% 0.74% -
HSV(B) 180º 0.39% 0.92% -
XYZ 56.21 71.34 89.41 -
YUV 207.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 144 235 235 0.39 0 0 0.08 180 0.69 0.74
Hex 90 EB EB 27 0 0 8 B4 45 4A
Octal 220 353 353 47 0 0 10 264 105 112
Binary 10010000 11101011 11101011 100111 0 0 1000 10110100 1000101 1001010

Color Harmonies of #90EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBEB

Black with #90EBEB

Text Example


Text Example

White with #90EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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