#8FCDEB

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

Shades of Anakiwa #8FCDEB

Tints of Anakiwa #8FCDEB

Color information

#8FCDEB (or 0x8FCDEB) is unknown color: approx Anakiwa. HEX triplet: 8F, CD and EB. RGB value is (143,205,235). Sum of RGB (Red+Green+Blue) = 143+205+235=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDEB is #703214. Grayscale: #BDBDBD. Windows color (decimal): -7352853 or 15453583. OLE color: 15453583.

HSL color Cylindrical-coordinate representation of color #8FCDEB: hue angle of 199.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCDEB is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143205235-
CMYK0.390.1300.08
HSL199.57º69.7%74.12%-
HSV(B)199.57º39.15%92.16%-
XYZ48.1555.586.77-
YUV189.88153.4694.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.53%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=24.53%
G=35.16%
B=40.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432052350.390.1300.08199.5769.774.12
Hex8FCDEB27D08c8464a
Octal2173153534715010310106112
Binary1000111111001101111010111001111101010001100100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,235); }

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

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

 a { background-color: rgb(143,205,235); }

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

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

 span { border-color: rgb(143,205,235); }

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