#8FDCE7

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

Shades of Anakiwa #8FDCE7

Tints of Anakiwa #8FDCE7

Color information

#8FDCE7 (or 0x8FDCE7) is unknown color: approx Anakiwa. HEX triplet: 8F, DC and E7. RGB value is (143,220,231). Sum of RGB (Red+Green+Blue) = 143+220+231=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #8FDCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCE7 is #702318. Grayscale: #C6C6C6. Windows color (decimal): -7349017 or 15195279. OLE color: 15195279.

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

Color convert

RGB143220231-
CMYK0.380.0500.09
HSL187.5º64.71%73.33%-
HSV(B)187.5º38.1%90.59%-
XYZ51.3462.885.02-
YUV198.23146.4988.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.07%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 231 (90.62% from 255) = 38.89%
R=24.07%
G=37.04%
B=38.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432202310.380.0500.09187.564.7173.33
Hex8FDCE726509bc4149
Octal217334347465011274101111
Binary100011111101110011100111100110101010011011110010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,231); }

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

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

 a { background-color: rgb(143,220,231); }

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

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

 span { border-color: rgb(143,220,231); }

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