Html Css Color HEX #8FEDEE Blizzard Blue

📋 copy color: '#8FEDEE'

red 143 ◦ green 237 ◦ blue 238

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

Shades of Blizzard Blue #8FEDEE

Tints of Blizzard Blue #8FEDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 23.14%
G = 38.35%
B = 38.51%

CMYK

 C value IS 0.40

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FEDEE (or 0x8FEDEE) is known color: Blizzard Blue. HEX triplet: 8F, ED and EE. RGB value is (143,237,238). Sum of RGB (Red+Green+Blue) = 143+237+238=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDEE is #701211. Grayscale: #D0D0D0. Windows color (decimal): -7344658 or 15658383. OLE color: 15658383.

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

Color convert

RGB 143 237 238 -
CMYK 0.40 0.00 0 0.07
HSL 180.63º 0.74% 0.75% -
HSV(B) 180.63º 0.4% 0.93% -
XYZ 57.04 72.58 91.89 -
YUV 209.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 143 237 238 0.40 0.00 0 0.07 180.63 0.74 0.75
Hex 8F ED EE 28 0 0 7 B5 4A 4B
Octal 217 355 356 50 0 0 7 265 112 113
Binary 10001111 11101101 11101110 101000 0 0 111 10110101 1001010 1001011

Color Harmonies of #8FEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDEE

Black with #8FEDEE

Text Example


Text Example

White with #8FEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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