Html Css Color HEX #9FEBFB Blizzard Blue

📋 copy color: '#9FEBFB'

red 159 ◦ green 235 ◦ blue 251

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

Shades of Blizzard Blue #9FEBFB

Tints of Blizzard Blue #9FEBFB

RGB

 RED value IS 159 (62.5% from 255) = 24.65%

 GREEN value IS 235 (92.19% from 255) = 36.43%

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 24.65%
G = 36.43%
B = 38.91%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FEBFB (or 0x9FEBFB) is known color: Blizzard Blue. HEX triplet: 9F, EB and FB. RGB value is (159,235,251). Sum of RGB (Red+Green+Blue) = 159+235+251=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBFB is #601404. Grayscale: #D5D5D5. Windows color (decimal): -6296581 or 16509855. OLE color: 16509855.

HSL color Cylindrical-coordinate representation of color #9FEBFB: hue angle of 190.43º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEBFB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 235 251 -
CMYK 0.37 0.06 0 0.02
HSL 190.43º 0.92% 0.8% -
HSV(B) 190.43º 0.37% 0.98% -
XYZ 61.42 73.75 102.27 -
YUV 214.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 159 235 251 0.37 0.06 0 0.02 190.43 0.92 0.8
Hex 9F EB FB 25 6 0 2 BE 5C 50
Octal 237 353 373 45 6 0 2 276 134 120
Binary 10011111 11101011 11111011 100101 110 0 10 10111110 1011100 1010000

Color Harmonies of #9FEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBFB

Black with #9FEBFB

Text Example


Text Example

White with #9FEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,235,251); }

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

background-color css

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

 a { background-color: rgb(159,235,251); }

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

border-color css

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

 span { border-color: rgb(159,235,251); }

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