#8BCCF1

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

Shades of Anakiwa #8BCCF1

Tints of Anakiwa #8BCCF1

Color information

#8BCCF1 (or 0x8BCCF1) is unknown color: approx Anakiwa. HEX triplet: 8B, CC and F1. RGB value is (139,204,241). Sum of RGB (Red+Green+Blue) = 139+204+241=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCF1 is #74330E. Grayscale: #BCBCBC. Windows color (decimal): -7615247 or 15846539. OLE color: 15846539.

HSL color Cylindrical-coordinate representation of color #8BCCF1: hue angle of 201.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCCF1 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139204241-
CMYK0.420.1500.05
HSL201.76º78.46%74.51%-
HSV(B)201.76º42.32%94.51%-
XYZ48.1255.0391.3-
YUV188.78157.4792.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.80%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=23.80%
G=34.93%
B=41.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392042410.420.1500.05201.7678.4674.51
Hex8BCCF12AF05ca4e4b
Octal213314361521705312116113
Binary100010111100110011110001101010111101011100101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,241); }

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

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

 a { background-color: rgb(139,204,241); }

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

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

 span { border-color: rgb(139,204,241); }

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