Html Css Color HEX #8DEEEB Blizzard Blue

📋 copy color: '#8DEEEB'

red 141 ◦ green 238 ◦ blue 235

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

Shades of Blizzard Blue #8DEEEB

Tints of Blizzard Blue #8DEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.76%

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 22.96%
G = 38.76%
B = 38.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#8DEEEB (or 0x8DEEEB) is known color: Blizzard Blue. HEX triplet: 8D, EE and EB. RGB value is (141,238,235). Sum of RGB (Red+Green+Blue) = 141+238+235=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEEB is #721114. Grayscale: #D0D0D0. Windows color (decimal): -7475477 or 15462029. OLE color: 15462029.

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

Color convert

RGB 141 238 235 -
CMYK 0.41 0 0.01 0.07
HSL 178.14º 0.74% 0.74% -
HSV(B) 178.14º 0.41% 0.93% -
XYZ 56.55 72.81 89.67 -
YUV 208.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 141 238 235 0.41 0 0.01 0.07 178.14 0.74 0.74
Hex 8D EE EB 29 0 1 7 B2 4A 4A
Octal 215 356 353 51 0 1 7 262 112 112
Binary 10001101 11101110 11101011 101001 0 1 111 10110010 1001010 1001010

Color Harmonies of #8DEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEEEB

Black with #8DEEEB

Text Example


Text Example

White with #8DEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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