#8FC7DB

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

Shades of Anakiwa #8FC7DB

Tints of Anakiwa #8FC7DB

Color information

#8FC7DB (or 0x8FC7DB) is unknown color: approx Anakiwa. HEX triplet: 8F, C7 and DB. RGB value is (143,199,219). Sum of RGB (Red+Green+Blue) = 143+199+219=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7DB is #703824. Grayscale: #B8B8B8. Windows color (decimal): -7354405 or 14403471. OLE color: 14403471.

HSL color Cylindrical-coordinate representation of color #8FC7DB: hue angle of 195.79º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FC7DB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143199219-
CMYK0.350.0900.14
HSL195.79º51.35%70.98%-
HSV(B)195.79º34.7%85.88%-
XYZ44.5451.874.67-
YUV184.54147.4598.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.49%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=25.49%
G=35.47%
B=39.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431992190.350.0900.14195.7951.3570.98
Hex8FC7DB2390Ec43347
Octal217307333431101630463107
Binary100011111100011111011011100011100101110110001001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,199,219); }

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

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

 a { background-color: rgb(143,199,219); }

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

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

 span { border-color: rgb(143,199,219); }

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