Html Css Color HEX #8DEAF2 Blizzard Blue

📋 copy color: '#8DEAF2'

red 141 ◦ green 234 ◦ blue 242

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

Shades of Blizzard Blue #8DEAF2

Tints of Blizzard Blue #8DEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.93%

 BLUE value IS 242 (94.92% from 255) = 39.22%

R = 22.85%
G = 37.93%
B = 39.22%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DEAF2 (or 0x8DEAF2) is known color: Blizzard Blue. HEX triplet: 8D, EA and F2. RGB value is (141,234,242). Sum of RGB (Red+Green+Blue) = 141+234+242=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAF2 is #72150D. Grayscale: #CECECE. Windows color (decimal): -7476494 or 15919757. OLE color: 15919757.

HSL color Cylindrical-coordinate representation of color #8DEAF2: hue angle of 184.75º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DEAF2 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 234 242 -
CMYK 0.42 0.03 0 0.05
HSL 184.75º 0.8% 0.75% -
HSV(B) 184.75º 0.42% 0.95% -
XYZ 56.43 70.92 94.72 -
YUV 207.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 141 234 242 0.42 0.03 0 0.05 184.75 0.8 0.75
Hex 8D EA F2 2A 3 0 5 B9 50 4B
Octal 215 352 362 52 3 0 5 271 120 113
Binary 10001101 11101010 11110010 101010 11 0 101 10111001 1010000 1001011

Color Harmonies of #8DEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEAF2

Black with #8DEAF2

Text Example


Text Example

White with #8DEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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