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

📋 copy color: '#0DE3BF'

red 13 ◦ green 227 ◦ blue 191

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

Shades of Robin's Egg Blue #0DE3BF

Tints of Robin's Egg Blue #0DE3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.67%

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

R = 3.02%
G = 52.67%
B = 44.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#0DE3BF (or 0x0DE3BF) is known color: Robin's Egg Blue. HEX triplet: 0D, E3 and BF. RGB value is (13,227,191). Sum of RGB (Red+Green+Blue) = 13+227+191=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE3BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE3BF is #F21C40. Grayscale: #9E9E9E. Windows color (decimal): -15866945 or 12575501. OLE color: 12575501.

HSL color Cylindrical-coordinate representation of color #0DE3BF: hue angle of 169.91º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE3BF is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 227 191 -
CMYK 0.94 0 0.16 0.11
HSL 169.91º 0.89% 0.47% -
HSV(B) 169.91º 0.94% 0.89% -
XYZ 37.04 58.79 58.68 -
YUV 158.91 146.1 23.93 -
System Red Green Blue C M Y K H S L
Decimal 13 227 191 0.94 0 0.16 0.11 169.91 0.89 0.47
Hex D E3 BF 5E 0 10 B AA 59 2F
Octal 15 343 277 136 0 20 13 252 131 57
Binary 1101 11100011 10111111 1011110 0 10000 1011 10101010 1011001 101111

Color Harmonies of #0DE3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE3BF

Black with #0DE3BF

Text Example


Text Example

White with #0DE3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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