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

📋 copy color: '#0DCDCE'

red 13 ◦ green 205 ◦ blue 206

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

Shades of Robin's Egg Blue #0DCDCE

Tints of Robin's Egg Blue #0DCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.35%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 3.07%
G = 48.35%
B = 48.58%

CMYK

 C value IS 0.94

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DCDCE (or 0x0DCDCE) is known color: Robin's Egg Blue. HEX triplet: 0D, CD and CE. RGB value is (13,205,206). Sum of RGB (Red+Green+Blue) = 13+205+206=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DCDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDCE is #F23231. Grayscale: #939393. Windows color (decimal): -15872562 or 13552909. OLE color: 13552909.

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

Color convert

RGB 13 205 206 -
CMYK 0.94 0.00 0 0.19
HSL 180.31º 0.88% 0.43% -
HSV(B) 180.31º 0.94% 0.81% -
XYZ 33.14 48.2 65.95 -
YUV 147.71 160.89 31.92 -
System Red Green Blue C M Y K H S L
Decimal 13 205 206 0.94 0.00 0 0.19 180.31 0.88 0.43
Hex D CD CE 5E 0 0 13 B4 58 2B
Octal 15 315 316 136 0 0 23 264 130 53
Binary 1101 11001101 11001110 1011110 0 0 10011 10110100 1011000 101011

Color Harmonies of #0DCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCDCE

Black with #0DCDCE

Text Example


Text Example

White with #0DCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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