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

📋 copy color: '#0DCEBA'

red 13 ◦ green 206 ◦ blue 186

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

Shades of Robin's Egg Blue #0DCEBA

Tints of Robin's Egg Blue #0DCEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 3.21%
G = 50.86%
B = 45.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#0DCEBA (or 0x0DCEBA) is known color: Robin's Egg Blue. HEX triplet: 0D, CE and BA. RGB value is (13,206,186). Sum of RGB (Red+Green+Blue) = 13+206+186=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCEBA is #F23145. Grayscale: #919191. Windows color (decimal): -15872326 or 12242445. OLE color: 12242445.

HSL color Cylindrical-coordinate representation of color #0DCEBA: hue angle of 173.78º 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 #0DCEBA is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 206 186 -
CMYK 0.94 0 0.10 0.19
HSL 173.78º 0.88% 0.43% -
HSV(B) 173.78º 0.94% 0.81% -
XYZ 31.1 47.77 54.04 -
YUV 146.01 150.56 33.13 -
System Red Green Blue C M Y K H S L
Decimal 13 206 186 0.94 0 0.10 0.19 173.78 0.88 0.43
Hex D CE BA 5E 0 A 13 AE 58 2B
Octal 15 316 272 136 0 12 23 256 130 53
Binary 1101 11001110 10111010 1011110 0 1010 10011 10101110 1011000 101011

Color Harmonies of #0DCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCEBA

Black with #0DCEBA

Text Example


Text Example

White with #0DCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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