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

📋 copy color: '#0ADCBC'

red 10 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #0ADCBC

Tints of Robin's Egg Blue #0ADCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.63%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 2.39%
G = 52.63%
B = 44.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#0ADCBC (or 0x0ADCBC) is known color: Robin's Egg Blue. HEX triplet: 0A, DC and BC. RGB value is (10,220,188). Sum of RGB (Red+Green+Blue) = 10+220+188=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCBC is #F52343. Grayscale: #999999. Windows color (decimal): -16065348 or 12377098. OLE color: 12377098.

HSL color Cylindrical-coordinate representation of color #0ADCBC: hue angle of 170.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADCBC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 220 188 -
CMYK 0.95 0 0.15 0.14
HSL 170.86º 0.91% 0.45% -
HSV(B) 170.86º 0.95% 0.86% -
XYZ 34.8 54.88 56.34 -
YUV 153.56 147.43 25.6 -
System Red Green Blue C M Y K H S L
Decimal 10 220 188 0.95 0 0.15 0.14 170.86 0.91 0.45
Hex A DC BC 5F 0 F E AB 5B 2D
Octal 12 334 274 137 0 17 16 253 133 55
Binary 1010 11011100 10111100 1011111 0 1111 1110 10101011 1011011 101101

Color Harmonies of #0ADCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCBC

Black with #0ADCBC

Text Example


Text Example

White with #0ADCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,188); }

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

background-color css

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

 a { background-color: rgb(10,220,188); }

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

border-color css

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

 span { border-color: rgb(10,220,188); }

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