Html Css Color HEX #9BEEEE Blizzard Blue

📋 copy color: '#9BEEEE'

red 155 ◦ green 238 ◦ blue 238

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

Shades of Blizzard Blue #9BEEEE

Tints of Blizzard Blue #9BEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.72%

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

R = 24.56%
G = 37.72%
B = 37.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BEEEE (or 0x9BEEEE) is known color: Blizzard Blue. HEX triplet: 9B, EE and EE. RGB value is (155,238,238). Sum of RGB (Red+Green+Blue) = 155+238+238=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #9BEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEEE is #641111. Grayscale: #D5D5D5. Windows color (decimal): -6557970 or 15658651. OLE color: 15658651.

HSL color Cylindrical-coordinate representation of color #9BEEEE: hue angle of 180º 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 #9BEEEE is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 238 238 -
CMYK 0.35 0 0 0.07
HSL 180º 0.71% 0.77% -
HSV(B) 180º 0.35% 0.93% -
XYZ 59.52 74.29 92.09 -
YUV 213.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 155 238 238 0.35 0 0 0.07 180 0.71 0.77
Hex 9B EE EE 23 0 0 7 B4 47 4D
Octal 233 356 356 43 0 0 7 264 107 115
Binary 10011011 11101110 11101110 100011 0 0 111 10110100 1000111 1001101

Color Harmonies of #9BEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEEE

Black with #9BEEEE

Text Example


Text Example

White with #9BEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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