Html Css Color HEX #8FDFF0 Blizzard Blue

📋 copy color: '#8FDFF0'

red 143 ◦ green 223 ◦ blue 240

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

Shades of Blizzard Blue #8FDFF0

Tints of Blizzard Blue #8FDFF0

RGB

 RED value IS 143 (56.25% from 255) = 23.6%

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

 BLUE value IS 240 (94.14% from 255) = 39.6%

R = 23.6%
G = 36.8%
B = 39.6%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FDFF0 (or 0x8FDFF0) is known color: Blizzard Blue. HEX triplet: 8F, DF and F0. RGB value is (143,223,240). Sum of RGB (Red+Green+Blue) = 143+223+240=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFF0 is #70200F. Grayscale: #C8C8C8. Windows color (decimal): -7348240 or 15785871. OLE color: 15785871.

HSL color Cylindrical-coordinate representation of color #8FDFF0: hue angle of 190.52º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FDFF0 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 223 240 -
CMYK 0.40 0.07 0 0.06
HSL 190.52º 0.76% 0.75% -
HSV(B) 190.52º 0.4% 0.94% -
XYZ 53.44 64.91 92.15 -
YUV 201.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 143 223 240 0.40 0.07 0 0.06 190.52 0.76 0.75
Hex 8F DF F0 28 7 0 6 BF 4C 4B
Octal 217 337 360 50 7 0 6 277 114 113
Binary 10001111 11011111 11110000 101000 111 0 110 10111111 1001100 1001011

Color Harmonies of #8FDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDFF0

Black with #8FDFF0

Text Example


Text Example

White with #8FDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDFF0; }

 p { color: rgb(143,223,240); }

 H1.HeaderClassName
 {
   color: #8FDFF0;
 }
 .AnyTagClassName
 {
   color: #8FDFF0;
 }
</style>

background-color css

<style>
 a { background-color: #8FDFF0; }

 a { background-color: rgb(143,223,240); }

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

border-color css

<style>
 span { border-color: #8FDFF0; }

 span { border-color: rgb(143,223,240); }

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