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

📋 copy color: '#0DC3BC'

red 13 ◦ green 195 ◦ blue 188

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

Shades of Robin's Egg Blue #0DC3BC

Tints of Robin's Egg Blue #0DC3BC

RGB

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

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

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

R = 3.28%
G = 49.24%
B = 47.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#0DC3BC (or 0x0DC3BC) is known color: Robin's Egg Blue. HEX triplet: 0D, C3 and BC. RGB value is (13,195,188). Sum of RGB (Red+Green+Blue) = 13+195+188=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC3BC is #F23C43. Grayscale: #8B8B8B. Windows color (decimal): -15875140 or 12370701. OLE color: 12370701.

HSL color Cylindrical-coordinate representation of color #0DC3BC: hue angle of 177.69º 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 #0DC3BC is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 188 -
CMYK 0.93 0 0.04 0.24
HSL 177.69º 0.88% 0.41% -
HSV(B) 177.69º 0.93% 0.76% -
XYZ 28.76 42.75 54.31 -
YUV 139.78 155.2 37.57 -
System Red Green Blue C M Y K H S L
Decimal 13 195 188 0.93 0 0.04 0.24 177.69 0.88 0.41
Hex D C3 BC 5D 0 4 18 B2 58 29
Octal 15 303 274 135 0 4 30 262 130 51
Binary 1101 11000011 10111100 1011101 0 100 11000 10110010 1011000 101001

Color Harmonies of #0DC3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC3BC

Black with #0DC3BC

Text Example


Text Example

White with #0DC3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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