Html Css Color HEX #8FDFEF Blizzard Blue

📋 copy color: '#8FDFEF'

red 143 ◦ green 223 ◦ blue 239

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

Shades of Blizzard Blue #8FDFEF

Tints of Blizzard Blue #8FDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 23.64%
G = 36.86%
B = 39.5%

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

#8FDFEF (or 0x8FDFEF) is known color: Blizzard Blue. HEX triplet: 8F, DF and EF. RGB value is (143,223,239). Sum of RGB (Red+Green+Blue) = 143+223+239=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFEF is #702010. Grayscale: #C8C8C8. Windows color (decimal): -7348241 or 15720335. OLE color: 15720335.

HSL color Cylindrical-coordinate representation of color #8FDFEF: hue angle of 190º degrees, saturation: 0.75, 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 #8FDFEF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 223 239 -
CMYK 0.40 0.07 0 0.06
HSL 190º 0.75% 0.75% -
HSV(B) 190º 0.4% 0.94% -
XYZ 53.3 64.85 91.37 -
YUV 200.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 143 223 239 0.40 0.07 0 0.06 190 0.75 0.75
Hex 8F DF EF 28 7 0 6 BE 4B 4B
Octal 217 337 357 50 7 0 6 276 113 113
Binary 10001111 11011111 11101111 101000 111 0 110 10111110 1001011 1001011

Color Harmonies of #8FDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDFEF

Black with #8FDFEF

Text Example


Text Example

White with #8FDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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