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

📋 copy color: '#0DC3BE'

red 13 ◦ green 195 ◦ blue 190

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

Shades of Robin's Egg Blue #0DC3BE

Tints of Robin's Egg Blue #0DC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.99%

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

R = 3.27%
G = 48.99%
B = 47.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#0DC3BE (or 0x0DC3BE) is known color: Robin's Egg Blue. HEX triplet: 0D, C3 and BE. RGB value is (13,195,190). Sum of RGB (Red+Green+Blue) = 13+195+190=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC3BE is #F23C41. Grayscale: #8B8B8B. Windows color (decimal): -15875138 or 12501773. OLE color: 12501773.

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

Color convert

RGB 13 195 190 -
CMYK 0.93 0 0.03 0.24
HSL 178.35º 0.88% 0.41% -
HSV(B) 178.35º 0.93% 0.76% -
XYZ 28.98 42.83 55.46 -
YUV 140.01 156.2 37.41 -
System Red Green Blue C M Y K H S L
Decimal 13 195 190 0.93 0 0.03 0.24 178.35 0.88 0.41
Hex D C3 BE 5D 0 3 18 B2 58 29
Octal 15 303 276 135 0 3 30 262 130 51
Binary 1101 11000011 10111110 1011101 0 11 11000 10110010 1011000 101001

Color Harmonies of #0DC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC3BE

Black with #0DC3BE

Text Example


Text Example

White with #0DC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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