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

📋 copy color: '#0CD1BC'

red 12 ◦ green 209 ◦ blue 188

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

Shades of Robin's Egg Blue #0CD1BC

Tints of Robin's Egg Blue #0CD1BC

RGB

 RED value IS 12 (5.08% from 255) = 2.93%

 GREEN value IS 209 (82.03% from 255) = 51.1%

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

R = 2.93%
G = 51.1%
B = 45.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#0CD1BC (or 0x0CD1BC) is known color: Robin's Egg Blue. HEX triplet: 0C, D1 and BC. RGB value is (12,209,188). Sum of RGB (Red+Green+Blue) = 12+209+188=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1BC is #F32E43. Grayscale: #939393. Windows color (decimal): -15937092 or 12374284. OLE color: 12374284.

HSL color Cylindrical-coordinate representation of color #0CD1BC: hue angle of 173.6º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD1BC is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 209 188 -
CMYK 0.94 0 0.10 0.18
HSL 173.6º 0.89% 0.43% -
HSV(B) 173.6º 0.94% 0.82% -
XYZ 32.03 49.31 55.41 -
YUV 147.7 150.73 31.21 -
System Red Green Blue C M Y K H S L
Decimal 12 209 188 0.94 0 0.10 0.18 173.6 0.89 0.43
Hex C D1 BC 5E 0 A 12 AE 59 2B
Octal 14 321 274 136 0 12 22 256 131 53
Binary 1100 11010001 10111100 1011110 0 1010 10010 10101110 1011001 101011

Color Harmonies of #0CD1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD1BC

Black with #0CD1BC

Text Example


Text Example

White with #0CD1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,209,188); }

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

background-color css

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

 a { background-color: rgb(12,209,188); }

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

border-color css

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

 span { border-color: rgb(12,209,188); }

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