Html Css Color HEX #8FEDE3 Blizzard Blue

📋 copy color: '#8FEDE3'

red 143 ◦ green 237 ◦ blue 227

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

Shades of Blizzard Blue #8FEDE3

Tints of Blizzard Blue #8FEDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.4%

R = 23.56%
G = 39.04%
B = 37.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#8FEDE3 (or 0x8FEDE3) is known color: Blizzard Blue. HEX triplet: 8F, ED and E3. RGB value is (143,237,227). Sum of RGB (Red+Green+Blue) = 143+237+227=607 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.56% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDE3 is #70121C. Grayscale: #CFCFCF. Windows color (decimal): -7344669 or 14937487. OLE color: 14937487.

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

Color convert

RGB 143 237 227 -
CMYK 0.40 0 0.04 0.07
HSL 173.62º 0.72% 0.75% -
HSV(B) 173.62º 0.4% 0.93% -
XYZ 55.48 71.95 83.64 -
YUV 207.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 143 237 227 0.40 0 0.04 0.07 173.62 0.72 0.75
Hex 8F ED E3 28 0 4 7 AE 48 4B
Octal 217 355 343 50 0 4 7 256 110 113
Binary 10001111 11101101 11100011 101000 0 100 111 10101110 1001000 1001011

Color Harmonies of #8FEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDE3

Black with #8FEDE3

Text Example


Text Example

White with #8FEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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