Html Css Color HEX #9BDFEE Blizzard Blue

📋 copy color: '#9BDFEE'

red 155 ◦ green 223 ◦ blue 238

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

Shades of Blizzard Blue #9BDFEE

Tints of Blizzard Blue #9BDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 25.16%
G = 36.2%
B = 38.64%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BDFEE (or 0x9BDFEE) is known color: Blizzard Blue. HEX triplet: 9B, DF and EE. RGB value is (155,223,238). Sum of RGB (Red+Green+Blue) = 155+223+238=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFEE is #642011. Grayscale: #CCCCCC. Windows color (decimal): -6561810 or 15654811. OLE color: 15654811.

HSL color Cylindrical-coordinate representation of color #9BDFEE: hue angle of 190.84º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BDFEE is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 223 238 -
CMYK 0.35 0.06 0 0.07
HSL 190.84º 0.71% 0.77% -
HSV(B) 190.84º 0.35% 0.93% -
XYZ 55.34 65.92 90.7 -
YUV 204.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 155 223 238 0.35 0.06 0 0.07 190.84 0.71 0.77
Hex 9B DF EE 23 6 0 7 BF 47 4D
Octal 233 337 356 43 6 0 7 277 107 115
Binary 10011011 11011111 11101110 100011 110 0 111 10111111 1000111 1001101

Color Harmonies of #9BDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFEE

Black with #9BDFEE

Text Example


Text Example

White with #9BDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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