#8FC6DA

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

Shades of Anakiwa #8FC6DA

Tints of Anakiwa #8FC6DA

Color information

#8FC6DA (or 0x8FC6DA) is unknown color: approx Anakiwa. HEX triplet: 8F, C6 and DA. RGB value is (143,198,218). Sum of RGB (Red+Green+Blue) = 143+198+218=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC6DA is #703925. Grayscale: #B7B7B7. Windows color (decimal): -7354662 or 14337679. OLE color: 14337679.

HSL color Cylindrical-coordinate representation of color #8FC6DA: hue angle of 196º 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 #8FC6DA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143198218-
CMYK0.340.0900.15
HSL196º50.34%70.78%-
HSV(B)196º34.4%85.49%-
XYZ44.1851.2973.9-
YUV183.84147.2898.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.58%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=25.58%
G=35.42%
B=39.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431982180.340.0900.1519650.3470.78
Hex8FC6DA2290Fc43247
Octal217306332421101730462107
Binary100011111100011011011010100010100101111110001001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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