#8FCDDA

Color #8FCDDA Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #8FCDDA

Tints of Spray #8FCDDA

Color information

#8FCDDA (or 0x8FCDDA) is unknown color: approx Spray. HEX triplet: 8F, CD and DA. RGB value is (143,205,218). Sum of RGB (Red+Green+Blue) = 143+205+218=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDDA is #703225. Grayscale: #BBBBBB. Windows color (decimal): -7352870 or 14339471. OLE color: 14339471.

HSL color Cylindrical-coordinate representation of color #8FCDDA: hue angle of 190.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCDDA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143205218-
CMYK0.340.0600.15
HSL190.4º50.34%70.78%-
HSV(B)190.4º34.4%85.49%-
XYZ45.8154.5674.45-
YUV187.94144.9695.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.27%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=25.27%
G=36.22%
B=38.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432052180.340.0600.15190.450.3470.78
Hex8FCDDA2260Fbe3247
Octal21731533242601727662107
Binary10001111110011011101101010001011001111101111101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,218); }

 H1.HeaderClassName
 {
   color: #8FCDDA;
 }
 .AnyTagClassName
 {
   color: #8FCDDA;
 }
</style>
background-color css

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

 a { background-color: rgb(143,205,218); }

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

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

 span { border-color: rgb(143,205,218); }

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