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

📋 copy color: '#0DCBCD'

red 13 ◦ green 203 ◦ blue 205

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

Shades of Robin's Egg Blue #0DCBCD

Tints of Robin's Egg Blue #0DCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.22%

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

R = 3.09%
G = 48.22%
B = 48.69%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0DCBCD (or 0x0DCBCD) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and CD. RGB value is (13,203,205). Sum of RGB (Red+Green+Blue) = 13+203+205=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DCBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBCD is #F23432. Grayscale: #929292. Windows color (decimal): -15873075 or 13486861. OLE color: 13486861.

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

Color convert

RGB 13 203 205 -
CMYK 0.94 0.01 0 0.20
HSL 180.63º 0.88% 0.43% -
HSV(B) 180.63º 0.94% 0.8% -
XYZ 32.54 47.21 65.15 -
YUV 146.42 161.05 32.84 -
System Red Green Blue C M Y K H S L
Decimal 13 203 205 0.94 0.01 0 0.20 180.63 0.88 0.43
Hex D CB CD 5E 1 0 14 B5 58 2B
Octal 15 313 315 136 1 0 24 265 130 53
Binary 1101 11001011 11001101 1011110 1 0 10100 10110101 1011000 101011

Color Harmonies of #0DCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBCD

Black with #0DCBCD

Text Example


Text Example

White with #0DCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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