#8FD3ED

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

Shades of Anakiwa #8FD3ED

Tints of Anakiwa #8FD3ED

Color information

#8FD3ED (or 0x8FD3ED) is unknown color: approx Anakiwa. HEX triplet: 8F, D3 and ED. RGB value is (143,211,237). Sum of RGB (Red+Green+Blue) = 143+211+237=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FD3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD3ED is #702C12. Grayscale: #C1C1C1. Windows color (decimal): -7351315 or 15586191. OLE color: 15586191.

HSL color Cylindrical-coordinate representation of color #8FD3ED: hue angle of 196.6º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD3ED is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143211237-
CMYK0.400.1100.07
HSL196.6º72.31%74.51%-
HSV(B)196.6º39.66%92.94%-
XYZ49.9158.5488.79-
YUV193.63152.4791.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.20%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=24.20%
G=35.70%
B=40.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432112370.400.1100.07196.672.3174.51
Hex8FD3ED28B07c5484b
Octal217323355501307305110113
Binary100011111101001111101101101000101101111100010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,211,237); }

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

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

 a { background-color: rgb(143,211,237); }

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

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

 span { border-color: rgb(143,211,237); }

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