Html Css Color HEX #8FEDED Blizzard Blue

📋 copy color: '#8FEDED'

red 143 ◦ green 237 ◦ blue 237

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

Shades of Blizzard Blue #8FEDED

Tints of Blizzard Blue #8FEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 23.18%
G = 38.41%
B = 38.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FEDED (or 0x8FEDED) is known color: Blizzard Blue. HEX triplet: 8F, ED and ED. RGB value is (143,237,237). Sum of RGB (Red+Green+Blue) = 143+237+237=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #8FEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDED is #701212. Grayscale: #D0D0D0. Windows color (decimal): -7344659 or 15592847. OLE color: 15592847.

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

Color convert

RGB 143 237 237 -
CMYK 0.40 0 0 0.07
HSL 180º 0.72% 0.75% -
HSV(B) 180º 0.4% 0.93% -
XYZ 56.9 72.52 91.12 -
YUV 208.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 143 237 237 0.40 0 0 0.07 180 0.72 0.75
Hex 8F ED ED 28 0 0 7 B4 48 4B
Octal 217 355 355 50 0 0 7 264 110 113
Binary 10001111 11101101 11101101 101000 0 0 111 10110100 1001000 1001011

Color Harmonies of #8FEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDED

Black with #8FEDED

Text Example


Text Example

White with #8FEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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