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

📋 copy color: '#0DDCC5'

red 13 ◦ green 220 ◦ blue 197

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

Shades of Robin's Egg Blue #0DDCC5

Tints of Robin's Egg Blue #0DDCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 3.02%
G = 51.16%
B = 45.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#0DDCC5 (or 0x0DDCC5) is known color: Robin's Egg Blue. HEX triplet: 0D, DC and C5. RGB value is (13,220,197). Sum of RGB (Red+Green+Blue) = 13+220+197=430 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCC5 is #F2233A. Grayscale: #9B9B9B. Windows color (decimal): -15868731 or 12966925. OLE color: 12966925.

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

Color convert

RGB 13 220 197 -
CMYK 0.94 0 0.10 0.14
HSL 173.33º 0.89% 0.46% -
HSV(B) 173.33º 0.94% 0.86% -
XYZ 35.84 55.3 61.61 -
YUV 155.49 151.42 26.37 -
System Red Green Blue C M Y K H S L
Decimal 13 220 197 0.94 0 0.10 0.14 173.33 0.89 0.46
Hex D DC C5 5E 0 A E AD 59 2E
Octal 15 334 305 136 0 12 16 255 131 56
Binary 1101 11011100 11000101 1011110 0 1010 1110 10101101 1011001 101110

Color Harmonies of #0DDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDCC5

Black with #0DDCC5

Text Example


Text Example

White with #0DDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,197); }

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

background-color css

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

 a { background-color: rgb(13,220,197); }

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

border-color css

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

 span { border-color: rgb(13,220,197); }

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