#8FD1EA

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

Shades of Anakiwa #8FD1EA

Tints of Anakiwa #8FD1EA

Color information

#8FD1EA (or 0x8FD1EA) is unknown color: approx Anakiwa. HEX triplet: 8F, D1 and EA. RGB value is (143,209,234). Sum of RGB (Red+Green+Blue) = 143+209+234=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD1EA is #702E15. Grayscale: #BFBFBF. Windows color (decimal): -7351830 or 15389071. OLE color: 15389071.

HSL color Cylindrical-coordinate representation of color #8FD1EA: hue angle of 196.48º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FD1EA is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143209234-
CMYK0.390.1100.08
HSL196.48º68.42%73.92%-
HSV(B)196.48º38.89%91.76%-
XYZ48.9857.3886.34-
YUV192.12151.6392.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.40%
GREEN value IS 209 (82.03% from 255) = 35.67%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=24.40%
G=35.67%
B=39.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432092340.390.1100.08196.4868.4273.92
Hex8FD1EA27B08c4444a
Octal2173213524713010304104112
Binary1000111111010001111010101001111011010001100010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,209,234); }

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

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

 a { background-color: rgb(143,209,234); }

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

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

 span { border-color: rgb(143,209,234); }

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