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

📋 copy color: '#0DCCCC'

red 13 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #0DCCCC

Tints of Robin's Egg Blue #0DCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.46%

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 3.09%
G = 48.46%
B = 48.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0DCCCC (or 0x0DCCCC) is known color: Robin's Egg Blue. HEX triplet: 0D, CC and CC. RGB value is (13,204,204). Sum of RGB (Red+Green+Blue) = 13+204+204=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #0DCCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCCC is #F23333. Grayscale: #929292. Windows color (decimal): -15872820 or 13421581. OLE color: 13421581.

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

Color convert

RGB 13 204 204 -
CMYK 0.94 0 0 0.2
HSL 180º 0.88% 0.43% -
HSV(B) 180º 0.94% 0.8% -
XYZ 32.66 47.63 64.6 -
YUV 146.89 160.22 32.5 -
System Red Green Blue C M Y K H S L
Decimal 13 204 204 0.94 0 0 0.2 180 0.88 0.43
Hex D CC CC 5E 0 0 14 B4 58 2B
Octal 15 314 314 136 0 0 24 264 130 53
Binary 1101 11001100 11001100 1011110 0 0 10100 10110100 1011000 101011

Color Harmonies of #0DCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCCC

Black with #0DCCCC

Text Example


Text Example

White with #0DCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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