Html Css Color HEX #8CD6DF Spray

📋 copy color: '#8CD6DF'

red 140 ◦ green 214 ◦ blue 223

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

Shades of Spray #8CD6DF

Tints of Spray #8CD6DF

RGB

 RED value IS 140 (55.08% from 255) = 24.26%

 GREEN value IS 214 (83.98% from 255) = 37.09%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 24.26%
G = 37.09%
B = 38.65%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CD6DF (or 0x8CD6DF) is known color: Spray. HEX triplet: 8C, D6 and DF. RGB value is (140,214,223). Sum of RGB (Red+Green+Blue) = 140+214+223=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6DF is #732920. Grayscale: #C0C0C0. Windows color (decimal): -7547169 or 14669452. OLE color: 14669452.

HSL color Cylindrical-coordinate representation of color #8CD6DF: hue angle of 186.51º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CD6DF is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 214 223 -
CMYK 0.37 0.04 0 0.13
HSL 186.51º 0.56% 0.71% -
HSV(B) 186.51º 0.37% 0.87% -
XYZ 48.18 59 78.66 -
YUV 192.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 140 214 223 0.37 0.04 0 0.13 186.51 0.56 0.71
Hex 8C D6 DF 25 4 0 D BB 38 47
Octal 214 326 337 45 4 0 15 273 70 107
Binary 10001100 11010110 11011111 100101 100 0 1101 10111011 111000 1000111

Color Harmonies of #8CD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD6DF

Black with #8CD6DF

Text Example


Text Example

White with #8CD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,214,223); }

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

background-color css

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

 a { background-color: rgb(140,214,223); }

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

border-color css

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

 span { border-color: rgb(140,214,223); }

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