#8BC1DD

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

Shades of Anakiwa #8BC1DD

Tints of Anakiwa #8BC1DD

Color information

#8BC1DD (or 0x8BC1DD) is unknown color: approx Anakiwa. HEX triplet: 8B, C1 and DD. RGB value is (139,193,221). Sum of RGB (Red+Green+Blue) = 139+193+221=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC1DD is #743E22. Grayscale: #B3B3B3. Windows color (decimal): -7618083 or 14533003. OLE color: 14533003.

HSL color Cylindrical-coordinate representation of color #8BC1DD: hue angle of 200.49º 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 #8BC1DD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139193221-
CMYK0.370.1300.13
HSL200.49º54.67%70.59%-
HSV(B)200.49º37.1%86.67%-
XYZ42.7748.8575.58-
YUV180.05151.1198.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.14%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=25.14%
G=34.90%
B=39.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391932210.370.1300.13200.4954.6770.59
Hex8BC1DD25D0Dc83747
Octal213301335451501531067107
Binary100010111100000111011101100101110101101110010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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