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

📋 copy color: '#0DDDBB'

red 13 ◦ green 221 ◦ blue 187

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

Shades of Robin's Egg Blue #0DDDBB

Tints of Robin's Egg Blue #0DDDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 3.09%
G = 52.49%
B = 44.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#0DDDBB (or 0x0DDDBB) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and BB. RGB value is (13,221,187). Sum of RGB (Red+Green+Blue) = 13+221+187=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDBB is #F22244. Grayscale: #9A9A9A. Windows color (decimal): -15868485 or 12311821. OLE color: 12311821.

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

Color convert

RGB 13 221 187 -
CMYK 0.94 0 0.15 0.13
HSL 170.19º 0.89% 0.46% -
HSV(B) 170.19º 0.94% 0.87% -
XYZ 34.99 55.39 55.86 -
YUV 154.93 146.09 26.76 -
System Red Green Blue C M Y K H S L
Decimal 13 221 187 0.94 0 0.15 0.13 170.19 0.89 0.46
Hex D DD BB 5E 0 F D AA 59 2E
Octal 15 335 273 136 0 17 15 252 131 56
Binary 1101 11011101 10111011 1011110 0 1111 1101 10101010 1011001 101110

Color Harmonies of #0DDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDDBB

Black with #0DDDBB

Text Example


Text Example

White with #0DDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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