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

📋 copy color: '#0DDDBE'

red 13 ◦ green 221 ◦ blue 190

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

Shades of Robin's Egg Blue #0DDDBE

Tints of Robin's Egg Blue #0DDDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 3.07%
G = 52.12%
B = 44.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#0DDDBE (or 0x0DDDBE) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and BE. RGB value is (13,221,190). Sum of RGB (Red+Green+Blue) = 13+221+190=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDBE is #F22241. Grayscale: #9B9B9B. Windows color (decimal): -15868482 or 12508429. OLE color: 12508429.

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

Color convert

RGB 13 221 190 -
CMYK 0.94 0 0.14 0.13
HSL 171.06º 0.89% 0.46% -
HSV(B) 171.06º 0.94% 0.87% -
XYZ 35.32 55.52 57.57 -
YUV 155.27 147.59 26.52 -
System Red Green Blue C M Y K H S L
Decimal 13 221 190 0.94 0 0.14 0.13 171.06 0.89 0.46
Hex D DD BE 5E 0 E D AB 59 2E
Octal 15 335 276 136 0 16 15 253 131 56
Binary 1101 11011101 10111110 1011110 0 1110 1101 10101011 1011001 101110

Color Harmonies of #0DDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDDBE

Black with #0DDDBE

Text Example


Text Example

White with #0DDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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