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

📋 copy color: '#0DC6BE'

red 13 ◦ green 198 ◦ blue 190

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

Shades of Robin's Egg Blue #0DC6BE

Tints of Robin's Egg Blue #0DC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.38%

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 3.24%
G = 49.38%
B = 47.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#0DC6BE (or 0x0DC6BE) is known color: Robin's Egg Blue. HEX triplet: 0D, C6 and BE. RGB value is (13,198,190). Sum of RGB (Red+Green+Blue) = 13+198+190=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC6BE is #F23941. Grayscale: #8D8D8D. Windows color (decimal): -15874370 or 12502541. OLE color: 12502541.

HSL color Cylindrical-coordinate representation of color #0DC6BE: hue angle of 177.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC6BE is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 190 -
CMYK 0.93 0 0.04 0.22
HSL 177.41º 0.88% 0.41% -
HSV(B) 177.41º 0.93% 0.78% -
XYZ 29.65 44.19 55.68 -
YUV 141.77 155.21 36.15 -
System Red Green Blue C M Y K H S L
Decimal 13 198 190 0.93 0 0.04 0.22 177.41 0.88 0.41
Hex D C6 BE 5D 0 4 16 B1 58 29
Octal 15 306 276 135 0 4 26 261 130 51
Binary 1101 11000110 10111110 1011101 0 100 10110 10110001 1011000 101001

Color Harmonies of #0DC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC6BE

Black with #0DC6BE

Text Example


Text Example

White with #0DC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,190); }

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

background-color css

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

 a { background-color: rgb(13,198,190); }

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

border-color css

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

 span { border-color: rgb(13,198,190); }

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