#8FDAE5

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

Shades of Anakiwa #8FDAE5

Tints of Anakiwa #8FDAE5

Color information

#8FDAE5 (or 0x8FDAE5) is unknown color: approx Anakiwa. HEX triplet: 8F, DA and E5. RGB value is (143,218,229). Sum of RGB (Red+Green+Blue) = 143+218+229=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FDAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAE5 is #70251A. Grayscale: #C4C4C4. Windows color (decimal): -7349531 or 15063695. OLE color: 15063695.

HSL color Cylindrical-coordinate representation of color #8FDAE5: hue angle of 187.67º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FDAE5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB143218229-
CMYK0.380.0500.10
HSL187.67º62.32%72.94%-
HSV(B)187.67º37.55%89.8%-
XYZ50.5461.6483.36-
YUV196.83146.1589.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.24%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 229 (89.84% from 255) = 38.81%
R=24.24%
G=36.95%
B=38.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1432182290.380.0500.10187.6762.3272.94
Hex8FDAE52650Abc3e49
Octal21733234546501227476111
Binary10001111110110101110010110011010101010101111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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