#8BC3DC

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

Shades of Anakiwa #8BC3DC

Tints of Anakiwa #8BC3DC

Color information

#8BC3DC (or 0x8BC3DC) is unknown color: approx Anakiwa. HEX triplet: 8B, C3 and DC. RGB value is (139,195,220). Sum of RGB (Red+Green+Blue) = 139+195+220=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC3DC is #743C23. Grayscale: #B4B4B4. Windows color (decimal): -7617572 or 14467979. OLE color: 14467979.

HSL color Cylindrical-coordinate representation of color #8BC3DC: hue angle of 198.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC3DC is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139195220-
CMYK0.370.1100.14
HSL198.52º53.64%70.39%-
HSV(B)198.52º36.82%86.27%-
XYZ43.0849.6975.03-
YUV181.11149.9597.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.09%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=25.09%
G=35.20%
B=39.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391952200.370.1100.14198.5253.6470.39
Hex8BC3DC25B0Ec73646
Octal213303334451301630766106
Binary100010111100001111011100100101101101110110001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,220); }

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

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

 a { background-color: rgb(139,195,220); }

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

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

 span { border-color: rgb(139,195,220); }

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