#8BC5DD

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

Shades of Anakiwa #8BC5DD

Tints of Anakiwa #8BC5DD

Color information

#8BC5DD (or 0x8BC5DD) is unknown color: approx Anakiwa. HEX triplet: 8B, C5 and DD. RGB value is (139,197,221). Sum of RGB (Red+Green+Blue) = 139+197+221=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5DD is #743A22. Grayscale: #B6B6B6. Windows color (decimal): -7617059 or 14534027. OLE color: 14534027.

HSL color Cylindrical-coordinate representation of color #8BC5DD: hue angle of 197.56º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC5DD is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139197221-
CMYK0.370.1100.13
HSL197.56º54.67%70.59%-
HSV(B)197.56º37.1%86.67%-
XYZ43.6650.6475.88-
YUV182.39149.7897.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.96%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=24.96%
G=35.37%
B=39.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391972210.370.1100.13197.5654.6770.59
Hex8BC5DD25B0Dc63747
Octal213305335451301530667107
Binary100010111100010111011101100101101101101110001101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,221); }

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

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

 a { background-color: rgb(139,197,221); }

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

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

 span { border-color: rgb(139,197,221); }

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