Html Css Color HEX #9BEFF3 Blizzard Blue

📋 copy color: '#9BEFF3'

red 155 ◦ green 239 ◦ blue 243

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

Shades of Blizzard Blue #9BEFF3

Tints of Blizzard Blue #9BEFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.52%

 BLUE value IS 243 (95.31% from 255) = 38.15%

R = 24.33%
G = 37.52%
B = 38.15%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BEFF3 (or 0x9BEFF3) is known color: Blizzard Blue. HEX triplet: 9B, EF and F3. RGB value is (155,239,243). Sum of RGB (Red+Green+Blue) = 155+239+243=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFF3 is #64100C. Grayscale: #D6D6D6. Windows color (decimal): -6557709 or 15986587. OLE color: 15986587.

HSL color Cylindrical-coordinate representation of color #9BEFF3: hue angle of 182.73º degrees, saturation: 0.79, 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 #9BEFF3 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 239 243 -
CMYK 0.36 0.02 0 0.05
HSL 182.73º 0.79% 0.78% -
HSV(B) 182.73º 0.36% 0.95% -
XYZ 60.56 75.17 96.11 -
YUV 214.34 144.17 85.67 -
System Red Green Blue C M Y K H S L
Decimal 155 239 243 0.36 0.02 0 0.05 182.73 0.79 0.78
Hex 9B EF F3 24 2 0 5 B7 4F 4E
Octal 233 357 363 44 2 0 5 267 117 116
Binary 10011011 11101111 11110011 100100 10 0 101 10110111 1001111 1001110

Color Harmonies of #9BEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFF3

Black with #9BEFF3

Text Example


Text Example

White with #9BEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,243); }

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

background-color css

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

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

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

border-color css

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

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

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