Html Css Color HEX #8DE3F4 Blizzard Blue

📋 copy color: '#8DE3F4'

red 141 ◦ green 227 ◦ blue 244

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

Shades of Blizzard Blue #8DE3F4

Tints of Blizzard Blue #8DE3F4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.09%

 BLUE value IS 244 (95.7% from 255) = 39.87%

R = 23.04%
G = 37.09%
B = 39.87%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8DE3F4 (or 0x8DE3F4) is known color: Blizzard Blue. HEX triplet: 8D, E3 and F4. RGB value is (141,227,244). Sum of RGB (Red+Green+Blue) = 141+227+244=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DE3F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE3F4 is #721C0B. Grayscale: #CBCBCB. Windows color (decimal): -7478284 or 16049037. OLE color: 16049037.

HSL color Cylindrical-coordinate representation of color #8DE3F4: hue angle of 189.9º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DE3F4 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 227 244 -
CMYK 0.42 0.07 0 0.04
HSL 189.9º 0.82% 0.75% -
HSV(B) 189.9º 0.42% 0.96% -
XYZ 54.78 67.13 95.66 -
YUV 203.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 141 227 244 0.42 0.07 0 0.04 189.9 0.82 0.75
Hex 8D E3 F4 2A 7 0 4 BE 52 4B
Octal 215 343 364 52 7 0 4 276 122 113
Binary 10001101 11100011 11110100 101010 111 0 100 10111110 1010010 1001011

Color Harmonies of #8DE3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE3F4

Black with #8DE3F4

Text Example


Text Example

White with #8DE3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,227,244); }

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

background-color css

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

 a { background-color: rgb(141,227,244); }

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

border-color css

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

 span { border-color: rgb(141,227,244); }

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