Html Css Color HEX #8FDFEE Blizzard Blue

📋 copy color: '#8FDFEE'

red 143 ◦ green 223 ◦ blue 238

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

Shades of Blizzard Blue #8FDFEE

Tints of Blizzard Blue #8FDFEE

RGB

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

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

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

R = 23.68%
G = 36.92%
B = 39.4%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FDFEE (or 0x8FDFEE) is known color: Blizzard Blue. HEX triplet: 8F, DF and EE. RGB value is (143,223,238). Sum of RGB (Red+Green+Blue) = 143+223+238=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFEE is #702011. Grayscale: #C8C8C8. Windows color (decimal): -7348242 or 15654799. OLE color: 15654799.

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

Color convert

RGB 143 223 238 -
CMYK 0.40 0.06 0 0.07
HSL 189.47º 0.74% 0.75% -
HSV(B) 189.47º 0.4% 0.93% -
XYZ 53.15 64.79 90.59 -
YUV 200.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 143 223 238 0.40 0.06 0 0.07 189.47 0.74 0.75
Hex 8F DF EE 28 6 0 7 BD 4A 4B
Octal 217 337 356 50 6 0 7 275 112 113
Binary 10001111 11011111 11101110 101000 110 0 111 10111101 1001010 1001011

Color Harmonies of #8FDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDFEE

Black with #8FDFEE

Text Example


Text Example

White with #8FDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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