Html Css Color HEX #8FEDE9 Blizzard Blue

📋 copy color: '#8FEDE9'

red 143 ◦ green 237 ◦ blue 233

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

Shades of Blizzard Blue #8FEDE9

Tints of Blizzard Blue #8FEDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 23.33%
G = 38.66%
B = 38.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#8FEDE9 (or 0x8FEDE9) is known color: Blizzard Blue. HEX triplet: 8F, ED and E9. RGB value is (143,237,233). Sum of RGB (Red+Green+Blue) = 143+237+233=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDE9 is #701216. Grayscale: #D0D0D0. Windows color (decimal): -7344663 or 15330703. OLE color: 15330703.

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

Color convert

RGB 143 237 233 -
CMYK 0.40 0 0.02 0.07
HSL 177.45º 0.72% 0.75% -
HSV(B) 177.45º 0.4% 0.93% -
XYZ 56.32 72.29 88.08 -
YUV 208.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 143 237 233 0.40 0 0.02 0.07 177.45 0.72 0.75
Hex 8F ED E9 28 0 2 7 B1 48 4B
Octal 217 355 351 50 0 2 7 261 110 113
Binary 10001111 11101101 11101001 101000 0 10 111 10110001 1001000 1001011

Color Harmonies of #8FEDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDE9

Black with #8FEDE9

Text Example


Text Example

White with #8FEDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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