Html Css Color HEX #8DE7F4 Blizzard Blue

📋 copy color: '#8DE7F4'

red 141 ◦ green 231 ◦ blue 244

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

Shades of Blizzard Blue #8DE7F4

Tints of Blizzard Blue #8DE7F4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.5%

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

R = 22.89%
G = 37.5%
B = 39.61%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8DE7F4 (or 0x8DE7F4) is known color: Blizzard Blue. HEX triplet: 8D, E7 and F4. RGB value is (141,231,244). Sum of RGB (Red+Green+Blue) = 141+231+244=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DE7F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE7F4 is #72180B. Grayscale: #CDCDCD. Windows color (decimal): -7477260 or 16050061. OLE color: 16050061.

HSL color Cylindrical-coordinate representation of color #8DE7F4: hue angle of 187.57º 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 #8DE7F4 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 231 244 -
CMYK 0.42 0.05 0 0.04
HSL 187.57º 0.82% 0.75% -
HSV(B) 187.57º 0.42% 0.96% -
XYZ 55.89 69.35 96.03 -
YUV 205.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 141 231 244 0.42 0.05 0 0.04 187.57 0.82 0.75
Hex 8D E7 F4 2A 5 0 4 BC 52 4B
Octal 215 347 364 52 5 0 4 274 122 113
Binary 10001101 11100111 11110100 101010 101 0 100 10111100 1010010 1001011

Color Harmonies of #8DE7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE7F4

Black with #8DE7F4

Text Example


Text Example

White with #8DE7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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