#8FD4EC

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

Shades of Anakiwa #8FD4EC

Tints of Anakiwa #8FD4EC

Color information

#8FD4EC (or 0x8FD4EC) is unknown color: approx Anakiwa. HEX triplet: 8F, D4 and EC. RGB value is (143,212,236). Sum of RGB (Red+Green+Blue) = 143+212+236=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD4EC is #702B13. Grayscale: #C1C1C1. Windows color (decimal): -7351060 or 15520911. OLE color: 15520911.

HSL color Cylindrical-coordinate representation of color #8FD4EC: hue angle of 195.48º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FD4EC is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143212236-
CMYK0.390.1000.07
HSL195.48º70.99%74.31%-
HSV(B)195.48º39.41%92.55%-
XYZ50.0158.9888.11-
YUV194.1151.6491.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.20%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=24.20%
G=35.87%
B=39.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432122360.390.1000.07195.4870.9974.31
Hex8FD4EC27A07c3474a
Octal217324354471207303107112
Binary100011111101010011101100100111101001111100001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,212,236); }

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

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

 a { background-color: rgb(143,212,236); }

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

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

 span { border-color: rgb(143,212,236); }

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