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

📋 copy color: '#0DCFCD'

red 13 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #0DCFCD

Tints of Robin's Egg Blue #0DCFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.71%

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

R = 3.06%
G = 48.71%
B = 48.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#0DCFCD (or 0x0DCFCD) is known color: Robin's Egg Blue. HEX triplet: 0D, CF and CD. RGB value is (13,207,205). Sum of RGB (Red+Green+Blue) = 13+207+205=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFCD is #F23032. Grayscale: #949494. Windows color (decimal): -15872051 or 13487885. OLE color: 13487885.

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

Color convert

RGB 13 207 205 -
CMYK 0.94 0 0.01 0.19
HSL 179.38º 0.88% 0.43% -
HSV(B) 179.38º 0.94% 0.81% -
XYZ 33.5 49.12 65.47 -
YUV 148.77 159.73 31.16 -
System Red Green Blue C M Y K H S L
Decimal 13 207 205 0.94 0 0.01 0.19 179.38 0.88 0.43
Hex D CF CD 5E 0 1 13 B3 58 2B
Octal 15 317 315 136 0 1 23 263 130 53
Binary 1101 11001111 11001101 1011110 0 1 10011 10110011 1011000 101011

Color Harmonies of #0DCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCFCD

Black with #0DCFCD

Text Example


Text Example

White with #0DCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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