Html Css Color HEX #8FD5DF Spray

📋 copy color: '#8FD5DF'

red 143 ◦ green 213 ◦ blue 223

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

Shades of Spray #8FD5DF

Tints of Spray #8FD5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.79%

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

R = 24.7%
G = 36.79%
B = 38.51%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FD5DF (or 0x8FD5DF) is known color: Spray. HEX triplet: 8F, D5 and DF. RGB value is (143,213,223). Sum of RGB (Red+Green+Blue) = 143+213+223=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FD5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD5DF is #702A20. Grayscale: #C1C1C1. Windows color (decimal): -7350817 or 14669199. OLE color: 14669199.

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

Color convert

RGB 143 213 223 -
CMYK 0.36 0.04 0 0.13
HSL 187.5º 0.56% 0.72% -
HSV(B) 187.5º 0.36% 0.87% -
XYZ 48.44 58.76 78.6 -
YUV 193.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 143 213 223 0.36 0.04 0 0.13 187.5 0.56 0.72
Hex 8F D5 DF 24 4 0 D BC 38 48
Octal 217 325 337 44 4 0 15 274 70 110
Binary 10001111 11010101 11011111 100100 100 0 1101 10111100 111000 1001000

Color Harmonies of #8FD5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD5DF

Black with #8FD5DF

Text Example


Text Example

White with #8FD5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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