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

📋 copy color: '#0DCEBC'

red 13 ◦ green 206 ◦ blue 188

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

Shades of Robin's Egg Blue #0DCEBC

Tints of Robin's Egg Blue #0DCEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.61%

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 3.19%
G = 50.61%
B = 46.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#0DCEBC (or 0x0DCEBC) is known color: Robin's Egg Blue. HEX triplet: 0D, CE and BC. RGB value is (13,206,188). Sum of RGB (Red+Green+Blue) = 13+206+188=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCEBC is #F23143. Grayscale: #929292. Windows color (decimal): -15872324 or 12373517. OLE color: 12373517.

HSL color Cylindrical-coordinate representation of color #0DCEBC: hue angle of 174.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCEBC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 206 188 -
CMYK 0.94 0 0.09 0.19
HSL 174.4º 0.88% 0.43% -
HSV(B) 174.4º 0.94% 0.81% -
XYZ 31.31 47.86 55.16 -
YUV 146.24 151.56 32.96 -
System Red Green Blue C M Y K H S L
Decimal 13 206 188 0.94 0 0.09 0.19 174.4 0.88 0.43
Hex D CE BC 5E 0 9 13 AE 58 2B
Octal 15 316 274 136 0 11 23 256 130 53
Binary 1101 11001110 10111100 1011110 0 1001 10011 10101110 1011000 101011

Color Harmonies of #0DCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCEBC

Black with #0DCEBC

Text Example


Text Example

White with #0DCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,206,188); }

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

background-color css

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

 a { background-color: rgb(13,206,188); }

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

border-color css

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

 span { border-color: rgb(13,206,188); }

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