Html Css Color HEX #8FCEDC Spray

📋 copy color: '#8FCEDC'

red 143 ◦ green 206 ◦ blue 220

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

Shades of Spray #8FCEDC

Tints of Spray #8FCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 25.13%
G = 36.2%
B = 38.66%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FCEDC (or 0x8FCEDC) is known color: Spray. HEX triplet: 8F, CE and DC. RGB value is (143,206,220). Sum of RGB (Red+Green+Blue) = 143+206+220=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEDC is #703123. Grayscale: #BCBCBC. Windows color (decimal): -7352612 or 14470799. OLE color: 14470799.

HSL color Cylindrical-coordinate representation of color #8FCEDC: hue angle of 190.91º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCEDC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 206 220 -
CMYK 0.35 0.06 0 0.14
HSL 190.91º 0.52% 0.71% -
HSV(B) 190.91º 0.35% 0.86% -
XYZ 46.32 55.15 75.91 -
YUV 188.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 143 206 220 0.35 0.06 0 0.14 190.91 0.52 0.71
Hex 8F CE DC 23 6 0 E BF 34 47
Octal 217 316 334 43 6 0 16 277 64 107
Binary 10001111 11001110 11011100 100011 110 0 1110 10111111 110100 1000111

Color Harmonies of #8FCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCEDC

Black with #8FCEDC

Text Example


Text Example

White with #8FCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,206,220); }

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

background-color css

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

 a { background-color: rgb(143,206,220); }

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

border-color css

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

 span { border-color: rgb(143,206,220); }

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