Html Css Color HEX #8DEBEF Blizzard Blue

📋 copy color: '#8DEBEF'

red 141 ◦ green 235 ◦ blue 239

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

Shades of Blizzard Blue #8DEBEF

Tints of Blizzard Blue #8DEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.86%

R = 22.93%
G = 38.21%
B = 38.86%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8DEBEF (or 0x8DEBEF) is known color: Blizzard Blue. HEX triplet: 8D, EB and EF. RGB value is (141,235,239). Sum of RGB (Red+Green+Blue) = 141+235+239=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBEF is #721410. Grayscale: #CFCFCF. Windows color (decimal): -7476241 or 15723405. OLE color: 15723405.

HSL color Cylindrical-coordinate representation of color #8DEBEF: hue angle of 182.45º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEBEF is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 235 239 -
CMYK 0.41 0.02 0 0.06
HSL 182.45º 0.75% 0.75% -
HSV(B) 182.45º 0.41% 0.94% -
XYZ 56.27 71.31 92.46 -
YUV 207.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 141 235 239 0.41 0.02 0 0.06 182.45 0.75 0.75
Hex 8D EB EF 29 2 0 6 B6 4B 4B
Octal 215 353 357 51 2 0 6 266 113 113
Binary 10001101 11101011 11101111 101001 10 0 110 10110110 1001011 1001011

Color Harmonies of #8DEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEBEF

Black with #8DEBEF

Text Example


Text Example

White with #8DEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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