#8FCCDF

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

Shades of Anakiwa #8FCCDF

Tints of Anakiwa #8FCCDF

Color information

#8FCCDF (or 0x8FCCDF) is unknown color: approx Anakiwa. HEX triplet: 8F, CC and DF. RGB value is (143,204,223). Sum of RGB (Red+Green+Blue) = 143+204+223=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDF is #703320. Grayscale: #BBBBBB. Windows color (decimal): -7353121 or 14666895. OLE color: 14666895.

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

Color convert

RGB143204223-
CMYK0.360.0900.13
HSL194.25º55.56%71.76%-
HSV(B)194.25º35.87%87.45%-
XYZ46.2454.3577.87-
YUV187.93147.7995.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.09%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=25.09%
G=35.79%
B=39.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432042230.360.0900.13194.2555.5671.76
Hex8FCCDF2490Dc23848
Octal217314337441101530270110
Binary100011111100110011011111100100100101101110000101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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