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

📋 copy color: '#0DDBBE'

red 13 ◦ green 219 ◦ blue 190

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

Shades of Robin's Egg Blue #0DDBBE

Tints of Robin's Egg Blue #0DDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.9%

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

R = 3.08%
G = 51.9%
B = 45.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#0DDBBE (or 0x0DDBBE) is known color: Robin's Egg Blue. HEX triplet: 0D, DB and BE. RGB value is (13,219,190). Sum of RGB (Red+Green+Blue) = 13+219+190=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDBBE is #F22441. Grayscale: #9A9A9A. Windows color (decimal): -15868994 or 12507917. OLE color: 12507917.

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

Color convert

RGB 13 219 190 -
CMYK 0.94 0 0.13 0.14
HSL 171.55º 0.89% 0.45% -
HSV(B) 171.55º 0.94% 0.86% -
XYZ 34.79 54.47 57.39 -
YUV 154.1 148.25 27.36 -
System Red Green Blue C M Y K H S L
Decimal 13 219 190 0.94 0 0.13 0.14 171.55 0.89 0.45
Hex D DB BE 5E 0 D E AC 59 2D
Octal 15 333 276 136 0 15 16 254 131 55
Binary 1101 11011011 10111110 1011110 0 1101 1110 10101100 1011001 101101

Color Harmonies of #0DDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDBBE

Black with #0DDBBE

Text Example


Text Example

White with #0DDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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