#0ACCBB

Color #0ACCBB Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0ACCBB

Tints of Robin's Egg Blue #0ACCBB

Color information

#0ACCBB (or 0x0ACCBB) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, CC and BB. RGB value is (10,204,187). Sum of RGB (Red+Green+Blue) = 10+204+187=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCBB is #F53344. Grayscale: #8F8F8F. Windows color (decimal): -16069445 or 12307466. OLE color: 12307466.

HSL color Cylindrical-coordinate representation of color #0ACCBB: hue angle of 174.74º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACCBB is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB10204187-
CMYK0.9500.080.2
HSL174.74º90.65%41.96%-
HSV(B)174.74º95.1%80%-
XYZ30.6946.8454.44-
YUV144.06152.2332.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=2.49%
G=50.87%
B=46.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102041870.9500.080.2174.7490.6541.96
HexACCBB5F0814af5b2a
Octal123142731370102425713352
Binary1010110011001011101110111110100010100101011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ACCBB; }

 p { color: rgb(10,204,187); }

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

<style>
 a { background-color: #0ACCBB; }

 a { background-color: rgb(10,204,187); }

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

<style>
 span { border-color: #0ACCBB; }

 span { border-color: rgb(10,204,187); }

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