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

📋 copy color: '#0DE6B9'

red 13 ◦ green 230 ◦ blue 185

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

Shades of Robin's Egg Blue #0DE6B9

Tints of Robin's Egg Blue #0DE6B9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.74%

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 3.04%
G = 53.74%
B = 43.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#0DE6B9 (or 0x0DE6B9) is known color: Robin's Egg Blue. HEX triplet: 0D, E6 and B9. RGB value is (13,230,185). Sum of RGB (Red+Green+Blue) = 13+230+185=428 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE6B9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DE6B9 is #F21946. Grayscale: #9F9F9F. Windows color (decimal): -15866183 or 12183053. OLE color: 12183053.

HSL color Cylindrical-coordinate representation of color #0DE6B9: hue angle of 167.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE6B9 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 230 185 -
CMYK 0.94 0 0.20 0.10
HSL 167.56º 0.89% 0.48% -
HSV(B) 167.56º 0.94% 0.9% -
XYZ 37.22 60.18 55.55 -
YUV 159.99 142.11 23.16 -
System Red Green Blue C M Y K H S L
Decimal 13 230 185 0.94 0 0.20 0.10 167.56 0.89 0.48
Hex D E6 B9 5E 0 14 A A8 59 30
Octal 15 346 271 136 0 24 12 250 131 60
Binary 1101 11100110 10111001 1011110 0 10100 1010 10101000 1011001 110000

Color Harmonies of #0DE6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE6B9

Black with #0DE6B9

Text Example


Text Example

White with #0DE6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,230,185); }

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

background-color css

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

 a { background-color: rgb(13,230,185); }

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

border-color css

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

 span { border-color: rgb(13,230,185); }

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