#8FCDDE

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

Shades of Anakiwa #8FCDDE

Tints of Anakiwa #8FCDDE

Color information

#8FCDDE (or 0x8FCDDE) is unknown color: approx Anakiwa. HEX triplet: 8F, CD and DE. RGB value is (143,205,222). Sum of RGB (Red+Green+Blue) = 143+205+222=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDDE is #703221. Grayscale: #BCBCBC. Windows color (decimal): -7352866 or 14601615. OLE color: 14601615.

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

Color convert

RGB143205222-
CMYK0.360.0800.13
HSL192.91º54.48%71.57%-
HSV(B)192.91º35.59%87.06%-
XYZ46.3454.7877.24-
YUV188.4146.9695.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.09%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=25.09%
G=35.96%
B=38.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432052220.360.0800.13192.9154.4871.57
Hex8FCDDE2480Dc13648
Octal217315336441001530166110
Binary100011111100110111011110100100100001101110000011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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