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

📋 copy color: '#0DDCC6'

red 13 ◦ green 220 ◦ blue 198

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

Shades of Robin's Egg Blue #0DDCC6

Tints of Robin's Egg Blue #0DDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 3.02%
G = 51.04%
B = 45.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#0DDCC6 (or 0x0DDCC6) is known color: Robin's Egg Blue. HEX triplet: 0D, DC and C6. RGB value is (13,220,198). Sum of RGB (Red+Green+Blue) = 13+220+198=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCC6 is #F22339. Grayscale: #9B9B9B. Windows color (decimal): -15868730 or 13032461. OLE color: 13032461.

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

Color convert

RGB 13 220 198 -
CMYK 0.94 0 0.1 0.14
HSL 173.62º 0.89% 0.46% -
HSV(B) 173.62º 0.94% 0.86% -
XYZ 35.95 55.35 62.21 -
YUV 155.6 151.92 26.29 -
System Red Green Blue C M Y K H S L
Decimal 13 220 198 0.94 0 0.1 0.14 173.62 0.89 0.46
Hex D DC C6 5E 0 A E AE 59 2E
Octal 15 334 306 136 0 12 16 256 131 56
Binary 1101 11011100 11000110 1011110 0 1010 1110 10101110 1011001 101110

Color Harmonies of #0DDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDCC6

Black with #0DDCC6

Text Example


Text Example

White with #0DDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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