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

📋 copy color: '#0DDDC7'

red 13 ◦ green 221 ◦ blue 199

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

Shades of Robin's Egg Blue #0DDDC7

Tints of Robin's Egg Blue #0DDDC7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.04%

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 3%
G = 51.04%
B = 45.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#0DDDC7 (or 0x0DDDC7) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and C7. RGB value is (13,221,199). Sum of RGB (Red+Green+Blue) = 13+221+199=433 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDC7 is #F22238. Grayscale: #9C9C9C. Windows color (decimal): -15868473 or 13098253. OLE color: 13098253.

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

Color convert

RGB 13 221 199 -
CMYK 0.94 0 0.10 0.13
HSL 173.65º 0.89% 0.46% -
HSV(B) 173.65º 0.94% 0.87% -
XYZ 36.33 55.92 62.91 -
YUV 156.3 152.09 25.79 -
System Red Green Blue C M Y K H S L
Decimal 13 221 199 0.94 0 0.10 0.13 173.65 0.89 0.46
Hex D DD C7 5E 0 A D AE 59 2E
Octal 15 335 307 136 0 12 15 256 131 56
Binary 1101 11011101 11000111 1011110 0 1010 1101 10101110 1011001 101110

Color Harmonies of #0DDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDDC7

Black with #0DDDC7

Text Example


Text Example

White with #0DDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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