#8FD9EE

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

Shades of Anakiwa #8FD9EE

Tints of Anakiwa #8FD9EE

Color information

#8FD9EE (or 0x8FD9EE) is unknown color: approx Anakiwa. HEX triplet: 8F, D9 and EE. RGB value is (143,217,238). Sum of RGB (Red+Green+Blue) = 143+217+238=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FD9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD9EE is #702611. Grayscale: #C5C5C5. Windows color (decimal): -7349778 or 15653263. OLE color: 15653263.

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

Color convert

RGB143217238-
CMYK0.400.0900.07
HSL193.26º73.64%74.71%-
HSV(B)193.26º39.92%93.33%-
XYZ51.5761.6490.07-
YUV197.27150.9889.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.91%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=23.91%
G=36.29%
B=39.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432172380.400.0900.07193.2673.6474.71
Hex8FD9EE28907c14a4b
Octal217331356501107301112113
Binary100011111101100111101110101000100101111100000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,217,238); }

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

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

 a { background-color: rgb(143,217,238); }

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

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

 span { border-color: rgb(143,217,238); }

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