Html Css Color HEX #0ACDBE Robin's Egg Blue

📋 copy color: '#0ACDBE'

red 10 ◦ green 205 ◦ blue 190

#0ACDBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0ACDBE

Tints of Robin's Egg Blue #0ACDBE

RGB

 RED value IS 10 (4.3% from 255) = 2.47%

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 2.47%
G = 50.62%
B = 46.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#0ACDBE (or 0x0ACDBE) is known color: Robin's Egg Blue. HEX triplet: 0A, CD and BE. RGB value is (10,205,190). Sum of RGB (Red+Green+Blue) = 10+205+190=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDBE is #F53241. Grayscale: #909090. Windows color (decimal): -16069186 or 12504330. OLE color: 12504330.

HSL color Cylindrical-coordinate representation of color #0ACDBE: hue angle of 175.38º 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 #0ACDBE is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 205 190 -
CMYK 0.95 0 0.07 0.20
HSL 175.38º 0.91% 0.42% -
HSV(B) 175.38º 0.95% 0.8% -
XYZ 31.25 47.44 56.23 -
YUV 144.99 153.4 31.72 -
System Red Green Blue C M Y K H S L
Decimal 10 205 190 0.95 0 0.07 0.20 175.38 0.91 0.42
Hex A CD BE 5F 0 7 14 AF 5B 2A
Octal 12 315 276 137 0 7 24 257 133 52
Binary 1010 11001101 10111110 1011111 0 111 10100 10101111 1011011 101010

Color Harmonies of #0ACDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDBE

Black with #0ACDBE

Text Example


Text Example

White with #0ACDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,205,190); }

 H1.HeaderClassName
 {
   color: #0ACDBE;
 }
 .AnyTagClassName
 {
   color: #0ACDBE;
 }
</style>

background-color css

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

 a { background-color: rgb(10,205,190); }

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

border-color css

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

 span { border-color: rgb(10,205,190); }

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