#8fdaee

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

Shades of Anakiwa #8FDAEE

Tints of Anakiwa #8FDAEE

Color information

#8FDAEE (or 0x8FDAEE) is unknown color: approx Anakiwa. HEX triplet: 8F, DA and EE. RGB value is (143,218,238). Sum of RGB (Red+Green+Blue) = 143+218+238=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAEE is #702511. Grayscale: #C5C5C5. Windows color (decimal): -7349522 or 15653519. OLE color: 15653519.

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

Color convert

RGB143218238-
CMYK0.400.0800.07
HSL192.63º73.64%74.71%-
HSV(B)192.63º39.92%93.33%-
XYZ51.8362.1690.15-
YUV197.86150.6588.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.87%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=23.87%
G=36.39%
B=39.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432182380.400.0800.07192.6373.6474.71
Hex8FDAEE28807c14a4b
Octal217332356501007301112113
Binary100011111101101011101110101000100001111100000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fdaee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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