Html Css Color HEX #9BDFEB Blizzard Blue

📋 copy color: '#9BDFEB'

red 155 ◦ green 223 ◦ blue 235

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

Shades of Blizzard Blue #9BDFEB

Tints of Blizzard Blue #9BDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

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

R = 25.29%
G = 36.38%
B = 38.34%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BDFEB (or 0x9BDFEB) is known color: Blizzard Blue. HEX triplet: 9B, DF and EB. RGB value is (155,223,235). Sum of RGB (Red+Green+Blue) = 155+223+235=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFEB is #642014. Grayscale: #CBCBCB. Windows color (decimal): -6561813 or 15458203. OLE color: 15458203.

HSL color Cylindrical-coordinate representation of color #9BDFEB: hue angle of 189º 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 #9BDFEB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 223 235 -
CMYK 0.34 0.05 0 0.08
HSL 189º 0.67% 0.76% -
HSV(B) 189º 0.34% 0.92% -
XYZ 54.9 65.74 88.39 -
YUV 204.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 155 223 235 0.34 0.05 0 0.08 189 0.67 0.76
Hex 9B DF EB 22 5 0 8 BD 43 4C
Octal 233 337 353 42 5 0 10 275 103 114
Binary 10011011 11011111 11101011 100010 101 0 1000 10111101 1000011 1001100

Color Harmonies of #9BDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFEB

Black with #9BDFEB

Text Example


Text Example

White with #9BDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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