#0ddfc1

Color #0DDFC1 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0DDFC1

Tints of Robin's Egg Blue #0DDFC1

Color information

#0DDFC1 (or 0x0DDFC1) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, DF and C1. RGB value is (13,223,193). Sum of RGB (Red+Green+Blue) = 13+223+193=429 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.03% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFC1 is #F2203E. Grayscale: #9C9C9C. Windows color (decimal): -15867967 or 12705549. OLE color: 12705549.

HSL color Cylindrical-coordinate representation of color #0DDFC1: hue angle of 171.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFC1 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB13223193-
CMYK0.9400.130.13
HSL171.43º88.98%46.27%-
HSV(B)171.43º94.17%87.45%-
XYZ36.1856.7159.49-
YUV156.79148.4325.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.03%
GREEN value IS 223 (87.5% from 255) = 51.98%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=3.03%
G=51.98%
B=44.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132231930.9400.130.13171.4388.9846.27
HexDDFC15E0DDab592e
Octal153373011360151525313156
Binary110111011111110000011011110011011101101010111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ddfc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,223,193); }

 H1.HeaderClassName
 {
   color: #0ddfc1;
 }
 .AnyTagClassName
 {
   color: #0ddfc1;
 }
</style>
background-color css

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

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

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

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

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

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