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

📋 copy color: '#0DC7C1'

red 13 ◦ green 199 ◦ blue 193

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

Shades of Robin's Egg Blue #0DC7C1

Tints of Robin's Egg Blue #0DC7C1

RGB

 RED value IS 13 (5.47% from 255) = 3.21%

 GREEN value IS 199 (78.13% from 255) = 49.14%

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 3.21%
G = 49.14%
B = 47.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#0DC7C1 (or 0x0DC7C1) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and C1. RGB value is (13,199,193). Sum of RGB (Red+Green+Blue) = 13+199+193=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7C1 is #F2383E. Grayscale: #8E8E8E. Windows color (decimal): -15874111 or 12699405. OLE color: 12699405.

HSL color Cylindrical-coordinate representation of color #0DC7C1: hue angle of 178.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC7C1 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 199 193 -
CMYK 0.93 0 0.03 0.22
HSL 178.06º 0.88% 0.42% -
HSV(B) 178.06º 0.93% 0.78% -
XYZ 30.22 44.78 57.5 -
YUV 142.7 156.38 35.49 -
System Red Green Blue C M Y K H S L
Decimal 13 199 193 0.93 0 0.03 0.22 178.06 0.88 0.42
Hex D C7 C1 5D 0 3 16 B2 58 2A
Octal 15 307 301 135 0 3 26 262 130 52
Binary 1101 11000111 11000001 1011101 0 11 10110 10110010 1011000 101010

Color Harmonies of #0DC7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC7C1

Black with #0DC7C1

Text Example


Text Example

White with #0DC7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,199,193); }

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

background-color css

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

 a { background-color: rgb(13,199,193); }

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

border-color css

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

 span { border-color: rgb(13,199,193); }

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