Html Css Color HEX #9BEAF2 Blizzard Blue

📋 copy color: '#9BEAF2'

red 155 ◦ green 234 ◦ blue 242

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

Shades of Blizzard Blue #9BEAF2

Tints of Blizzard Blue #9BEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.08%

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 24.56%
G = 37.08%
B = 38.35%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BEAF2 (or 0x9BEAF2) is known color: Blizzard Blue. HEX triplet: 9B, EA and F2. RGB value is (155,234,242). Sum of RGB (Red+Green+Blue) = 155+234+242=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAF2 is #64150D. Grayscale: #D3D3D3. Windows color (decimal): -6558990 or 15919771. OLE color: 15919771.

HSL color Cylindrical-coordinate representation of color #9BEAF2: hue angle of 185.52º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BEAF2 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 234 242 -
CMYK 0.36 0.03 0 0.05
HSL 185.52º 0.77% 0.78% -
HSV(B) 185.52º 0.36% 0.95% -
XYZ 58.97 72.23 94.84 -
YUV 211.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 155 234 242 0.36 0.03 0 0.05 185.52 0.77 0.78
Hex 9B EA F2 24 3 0 5 BA 4D 4E
Octal 233 352 362 44 3 0 5 272 115 116
Binary 10011011 11101010 11110010 100100 11 0 101 10111010 1001101 1001110

Color Harmonies of #9BEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAF2

Black with #9BEAF2

Text Example


Text Example

White with #9BEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,234,242); }

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

background-color css

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

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

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

border-color css

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

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

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