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

📋 copy color: '#0DCCCD'

red 13 ◦ green 204 ◦ blue 205

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

Shades of Robin's Egg Blue #0DCCCD

Tints of Robin's Egg Blue #0DCCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 3.08%
G = 48.34%
B = 48.58%

CMYK

 C value IS 0.94

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0DCCCD (or 0x0DCCCD) is known color: Robin's Egg Blue. HEX triplet: 0D, CC and CD. RGB value is (13,204,205). Sum of RGB (Red+Green+Blue) = 13+204+205=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DCCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCCD is #F23332. Grayscale: #929292. Windows color (decimal): -15872819 or 13487117. OLE color: 13487117.

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

Color convert

RGB 13 204 205 -
CMYK 0.94 0.00 0 0.20
HSL 180.31º 0.88% 0.43% -
HSV(B) 180.31º 0.94% 0.8% -
XYZ 32.78 47.68 65.23 -
YUV 147.01 160.72 32.42 -
System Red Green Blue C M Y K H S L
Decimal 13 204 205 0.94 0.00 0 0.20 180.31 0.88 0.43
Hex D CC CD 5E 0 0 14 B4 58 2B
Octal 15 314 315 136 0 0 24 264 130 53
Binary 1101 11001100 11001101 1011110 0 0 10100 10110100 1011000 101011

Color Harmonies of #0DCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCCD

Black with #0DCCCD

Text Example


Text Example

White with #0DCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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