Html Css Color HEX #8FDFEA Blizzard Blue

📋 copy color: '#8FDFEA'

red 143 ◦ green 223 ◦ blue 234

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

Shades of Blizzard Blue #8FDFEA

Tints of Blizzard Blue #8FDFEA

RGB

 RED value IS 143 (56.25% from 255) = 23.83%

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 23.83%
G = 37.17%
B = 39%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FDFEA (or 0x8FDFEA) is known color: Blizzard Blue. HEX triplet: 8F, DF and EA. RGB value is (143,223,234). Sum of RGB (Red+Green+Blue) = 143+223+234=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFEA is #702015. Grayscale: #C8C8C8. Windows color (decimal): -7348246 or 15392655. OLE color: 15392655.

HSL color Cylindrical-coordinate representation of color #8FDFEA: hue angle of 187.25º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDFEA is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 223 234 -
CMYK 0.39 0.05 0 0.08
HSL 187.25º 0.68% 0.74% -
HSV(B) 187.25º 0.39% 0.92% -
XYZ 52.57 64.56 87.53 -
YUV 200.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 143 223 234 0.39 0.05 0 0.08 187.25 0.68 0.74
Hex 8F DF EA 27 5 0 8 BB 44 4A
Octal 217 337 352 47 5 0 10 273 104 112
Binary 10001111 11011111 11101010 100111 101 0 1000 10111011 1000100 1001010

Color Harmonies of #8FDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDFEA

Black with #8FDFEA

Text Example


Text Example

White with #8FDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,223,234); }

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

background-color css

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

 a { background-color: rgb(143,223,234); }

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

border-color css

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

 span { border-color: rgb(143,223,234); }

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