Html Css Color HEX #8DEBE6 Blizzard Blue

📋 copy color: '#8DEBE6'

red 141 ◦ green 235 ◦ blue 230

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

Shades of Blizzard Blue #8DEBE6

Tints of Blizzard Blue #8DEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.78%

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 23.27%
G = 38.78%
B = 37.95%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#8DEBE6 (or 0x8DEBE6) is known color: Blizzard Blue. HEX triplet: 8D, EB and E6. RGB value is (141,235,230). Sum of RGB (Red+Green+Blue) = 141+235+230=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBE6 is #721419. Grayscale: #CECECE. Windows color (decimal): -7476250 or 15133581. OLE color: 15133581.

HSL color Cylindrical-coordinate representation of color #8DEBE6: hue angle of 176.81º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBE6 is Cyan = 0.4, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 235 230 -
CMYK 0.4 0 0.02 0.08
HSL 176.81º 0.7% 0.74% -
HSV(B) 176.81º 0.4% 0.92% -
XYZ 54.98 70.79 85.63 -
YUV 206.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 141 235 230 0.4 0 0.02 0.08 176.81 0.7 0.74
Hex 8D EB E6 28 0 2 8 B1 46 4A
Octal 215 353 346 50 0 2 10 261 106 112
Binary 10001101 11101011 11100110 101000 0 10 1000 10110001 1000110 1001010

Color Harmonies of #8DEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEBE6

Black with #8DEBE6

Text Example


Text Example

White with #8DEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,235,230); }

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

background-color css

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

 a { background-color: rgb(141,235,230); }

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

border-color css

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

 span { border-color: rgb(141,235,230); }

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