#0ACFBD

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

Shades of Robin's Egg Blue #0ACFBD

Tints of Robin's Egg Blue #0ACFBD

Color information

#0ACFBD (or 0x0ACFBD) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, CF and BD. RGB value is (10,207,189). Sum of RGB (Red+Green+Blue) = 10+207+189=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFBD is #F53042. Grayscale: #919191. Windows color (decimal): -16068675 or 12439306. OLE color: 12439306.

HSL color Cylindrical-coordinate representation of color #0ACFBD: hue angle of 174.52º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACFBD is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB10207189-
CMYK0.9500.090.19
HSL174.52º90.78%42.55%-
HSV(B)174.52º95.17%81.18%-
XYZ31.6248.3655.81-
YUV146.04152.2330.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.46%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=2.46%
G=50.99%
B=46.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102071890.9500.090.19174.5290.7842.55
HexACFBD5F0913af5b2b
Octal123172751370112325713353
Binary1010110011111011110110111110100110011101011111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,207,189); }

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

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

 a { background-color: rgb(10,207,189); }

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

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

 span { border-color: rgb(10,207,189); }

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