#8FD6ED

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

Shades of Anakiwa #8FD6ED

Tints of Anakiwa #8FD6ED

Color information

#8FD6ED (or 0x8FD6ED) is unknown color: approx Anakiwa. HEX triplet: 8F, D6 and ED. RGB value is (143,214,237). Sum of RGB (Red+Green+Blue) = 143+214+237=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FD6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD6ED is #702912. Grayscale: #C3C3C3. Windows color (decimal): -7350547 or 15586959. OLE color: 15586959.

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

Color convert

RGB143214237-
CMYK0.400.1000.07
HSL194.68º72.31%74.51%-
HSV(B)194.68º39.66%92.94%-
XYZ50.6660.0589.04-
YUV195.39151.4890.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.07%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=24.07%
G=36.03%
B=39.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432142370.400.1000.07194.6872.3174.51
Hex8FD6ED28A07c3484b
Octal217326355501207303110113
Binary100011111101011011101101101000101001111100001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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