Html Css Color HEX #8FEDE5 Blizzard Blue

📋 copy color: '#8FEDE5'

red 143 ◦ green 237 ◦ blue 229

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

Shades of Blizzard Blue #8FEDE5

Tints of Blizzard Blue #8FEDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.6%

R = 23.48%
G = 38.92%
B = 37.6%

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

#8FEDE5 (or 0x8FEDE5) is known color: Blizzard Blue. HEX triplet: 8F, ED and E5. RGB value is (143,237,229). Sum of RGB (Red+Green+Blue) = 143+237+229=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDE5 is #70121A. Grayscale: #CFCFCF. Windows color (decimal): -7344667 or 15068559. OLE color: 15068559.

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

Color convert

RGB 143 237 229 -
CMYK 0.40 0 0.03 0.07
HSL 174.89º 0.72% 0.75% -
HSV(B) 174.89º 0.4% 0.93% -
XYZ 55.75 72.07 85.1 -
YUV 207.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 143 237 229 0.40 0 0.03 0.07 174.89 0.72 0.75
Hex 8F ED E5 28 0 3 7 AF 48 4B
Octal 217 355 345 50 0 3 7 257 110 113
Binary 10001111 11101101 11100101 101000 0 11 111 10101111 1001000 1001011

Color Harmonies of #8FEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDE5

Black with #8FEDE5

Text Example


Text Example

White with #8FEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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