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

📋 copy color: '#0DDABF'

red 13 ◦ green 218 ◦ blue 191

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

Shades of Robin's Egg Blue #0DDABF

Tints of Robin's Egg Blue #0DDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

 BLUE value IS 191 (75% from 255) = 45.26%

R = 3.08%
G = 51.66%
B = 45.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#0DDABF (or 0x0DDABF) is known color: Robin's Egg Blue. HEX triplet: 0D, DA and BF. RGB value is (13,218,191). Sum of RGB (Red+Green+Blue) = 13+218+191=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDABF is #F22540. Grayscale: #999999. Windows color (decimal): -15869249 or 12573197. OLE color: 12573197.

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

Color convert

RGB 13 218 191 -
CMYK 0.94 0 0.12 0.15
HSL 172.1º 0.89% 0.45% -
HSV(B) 172.1º 0.94% 0.85% -
XYZ 34.64 53.99 57.89 -
YUV 153.63 149.08 27.7 -
System Red Green Blue C M Y K H S L
Decimal 13 218 191 0.94 0 0.12 0.15 172.1 0.89 0.45
Hex D DA BF 5E 0 C F AC 59 2D
Octal 15 332 277 136 0 14 17 254 131 55
Binary 1101 11011010 10111111 1011110 0 1100 1111 10101100 1011001 101101

Color Harmonies of #0DDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDABF

Black with #0DDABF

Text Example


Text Example

White with #0DDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,218,191); }

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

background-color css

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

 a { background-color: rgb(13,218,191); }

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

border-color css

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

 span { border-color: rgb(13,218,191); }

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