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

📋 copy color: '#0CD1C2'

red 12 ◦ green 209 ◦ blue 194

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

Shades of Robin's Egg Blue #0CD1C2

Tints of Robin's Egg Blue #0CD1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.75%

R = 2.89%
G = 50.36%
B = 46.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#0CD1C2 (or 0x0CD1C2) is known color: Robin's Egg Blue. HEX triplet: 0C, D1 and C2. RGB value is (12,209,194). Sum of RGB (Red+Green+Blue) = 12+209+194=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1C2 is #F32E3D. Grayscale: #949494. Windows color (decimal): -15937086 or 12767500. OLE color: 12767500.

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

Color convert

RGB 12 209 194 -
CMYK 0.94 0 0.07 0.18
HSL 175.43º 0.89% 0.43% -
HSV(B) 175.43º 0.94% 0.82% -
XYZ 32.69 49.57 58.88 -
YUV 148.39 153.73 30.72 -
System Red Green Blue C M Y K H S L
Decimal 12 209 194 0.94 0 0.07 0.18 175.43 0.89 0.43
Hex C D1 C2 5E 0 7 12 AF 59 2B
Octal 14 321 302 136 0 7 22 257 131 53
Binary 1100 11010001 11000010 1011110 0 111 10010 10101111 1011001 101011

Color Harmonies of #0CD1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD1C2

Black with #0CD1C2

Text Example


Text Example

White with #0CD1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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