Html Css Color HEX #9BDEEB Blizzard Blue

📋 copy color: '#9BDEEB'

red 155 ◦ green 222 ◦ blue 235

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

Shades of Blizzard Blue #9BDEEB

Tints of Blizzard Blue #9BDEEB

RGB

 RED value IS 155 (60.94% from 255) = 25.33%

 GREEN value IS 222 (87.11% from 255) = 36.27%

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

R = 25.33%
G = 36.27%
B = 38.4%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BDEEB (or 0x9BDEEB) is known color: Blizzard Blue. HEX triplet: 9B, DE and EB. RGB value is (155,222,235). Sum of RGB (Red+Green+Blue) = 155+222+235=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDEEB is #642114. Grayscale: #CBCBCB. Windows color (decimal): -6562069 or 15457947. OLE color: 15457947.

HSL color Cylindrical-coordinate representation of color #9BDEEB: hue angle of 189.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BDEEB is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 222 235 -
CMYK 0.34 0.06 0 0.08
HSL 189.75º 0.67% 0.76% -
HSV(B) 189.75º 0.34% 0.92% -
XYZ 54.63 65.21 88.3 -
YUV 203.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 155 222 235 0.34 0.06 0 0.08 189.75 0.67 0.76
Hex 9B DE EB 22 6 0 8 BE 43 4C
Octal 233 336 353 42 6 0 10 276 103 114
Binary 10011011 11011110 11101011 100010 110 0 1000 10111110 1000011 1001100

Color Harmonies of #9BDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDEEB

Black with #9BDEEB

Text Example


Text Example

White with #9BDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BDEEB; }

 p { color: rgb(155,222,235); }

 H1.HeaderClassName
 {
   color: #9BDEEB;
 }
 .AnyTagClassName
 {
   color: #9BDEEB;
 }
</style>

background-color css

<style>
 a { background-color: #9BDEEB; }

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

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

border-color css

<style>
 span { border-color: #9BDEEB; }

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

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