Html Css Color HEX #8FEDE6 Blizzard Blue

📋 copy color: '#8FEDE6'

red 143 ◦ green 237 ◦ blue 230

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

Shades of Blizzard Blue #8FEDE6

Tints of Blizzard Blue #8FEDE6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 23.44%
G = 38.85%
B = 37.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#8FEDE6 (or 0x8FEDE6) is known color: Blizzard Blue. HEX triplet: 8F, ED and E6. RGB value is (143,237,230). Sum of RGB (Red+Green+Blue) = 143+237+230=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDE6 is #701219. Grayscale: #D0D0D0. Windows color (decimal): -7344666 or 15134095. OLE color: 15134095.

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

Color convert

RGB 143 237 230 -
CMYK 0.40 0 0.03 0.07
HSL 175.53º 0.72% 0.75% -
HSV(B) 175.53º 0.4% 0.93% -
XYZ 55.89 72.12 85.84 -
YUV 208.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 143 237 230 0.40 0 0.03 0.07 175.53 0.72 0.75
Hex 8F ED E6 28 0 3 7 B0 48 4B
Octal 217 355 346 50 0 3 7 260 110 113
Binary 10001111 11101101 11100110 101000 0 11 111 10110000 1001000 1001011

Color Harmonies of #8FEDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDE6

Black with #8FEDE6

Text Example


Text Example

White with #8FEDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,237,230); }

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

background-color css

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

 a { background-color: rgb(143,237,230); }

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

border-color css

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

 span { border-color: rgb(143,237,230); }

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