#8FD3EA

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

Shades of Anakiwa #8FD3EA

Tints of Anakiwa #8FD3EA

Color information

#8FD3EA (or 0x8FD3EA) is unknown color: approx Anakiwa. HEX triplet: 8F, D3 and EA. RGB value is (143,211,234). Sum of RGB (Red+Green+Blue) = 143+211+234=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD3EA is #702C15. Grayscale: #C1C1C1. Windows color (decimal): -7351318 or 15389583. OLE color: 15389583.

HSL color Cylindrical-coordinate representation of color #8FD3EA: hue angle of 195.16º 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 #8FD3EA is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143211234-
CMYK0.390.1000.08
HSL195.16º68.42%73.92%-
HSV(B)195.16º38.89%91.76%-
XYZ49.4758.3786.5-
YUV193.29150.9792.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.32%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=24.32%
G=35.88%
B=39.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432112340.390.1000.08195.1668.4273.92
Hex8FD3EA27A08c3444a
Octal2173233524712010303104112
Binary1000111111010011111010101001111010010001100001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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