Html Css Color HEX #8DECEA Blizzard Blue

📋 copy color: '#8DECEA'

red 141 ◦ green 236 ◦ blue 234

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

Shades of Blizzard Blue #8DECEA

Tints of Blizzard Blue #8DECEA

RGB

 RED value IS 141 (55.47% from 255) = 23.08%

 GREEN value IS 236 (92.58% from 255) = 38.63%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 23.08%
G = 38.63%
B = 38.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#8DECEA (or 0x8DECEA) is known color: Blizzard Blue. HEX triplet: 8D, EC and EA. RGB value is (141,236,234). Sum of RGB (Red+Green+Blue) = 141+236+234=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECEA is #721315. Grayscale: #CFCFCF. Windows color (decimal): -7475990 or 15395981. OLE color: 15395981.

HSL color Cylindrical-coordinate representation of color #8DECEA: hue angle of 178.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECEA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 236 234 -
CMYK 0.40 0 0.01 0.07
HSL 178.74º 0.71% 0.74% -
HSV(B) 178.74º 0.4% 0.93% -
XYZ 55.83 71.59 88.72 -
YUV 207.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 141 236 234 0.40 0 0.01 0.07 178.74 0.71 0.74
Hex 8D EC EA 28 0 1 7 B3 47 4A
Octal 215 354 352 50 0 1 7 263 107 112
Binary 10001101 11101100 11101010 101000 0 1 111 10110011 1000111 1001010

Color Harmonies of #8DECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DECEA

Black with #8DECEA

Text Example


Text Example

White with #8DECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,236,234); }

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

background-color css

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

 a { background-color: rgb(141,236,234); }

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

border-color css

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

 span { border-color: rgb(141,236,234); }

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