#1CCDC2

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

Shades of Robin's Egg Blue #1CCDC2

Tints of Robin's Egg Blue #1CCDC2

Color information

#1CCDC2 (or 0x1CCDC2) is unknown color: approx Robin's Egg Blue. HEX triplet: 1C, CD and C2. RGB value is (28,205,194). Sum of RGB (Red+Green+Blue) = 28+205+194=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDC2 is #E3323D. Grayscale: #969696. Windows color (decimal): -14889534 or 12766492. OLE color: 12766492.

HSL color Cylindrical-coordinate representation of color #1CCDC2: hue angle of 176.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCDC2 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB28205194-
CMYK0.8600.050.20
HSL176.27º75.97%45.69%-
HSV(B)176.27º86.34%80.39%-
XYZ32.0547.858.58-
YUV150.82152.3640.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.56%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 194 (76.17% from 255) = 45.43%
R=6.56%
G=48.01%
B=45.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal282051940.8600.050.20176.2775.9745.69
Hex1CCDC2560514b04c2e
Octal34315302126052426011456
Binary1110011001101110000101010110010110100101100001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CCDC2; }

 p { color: rgb(28,205,194); }

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

<style>
 a { background-color: #1CCDC2; }

 a { background-color: rgb(28,205,194); }

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

<style>
 span { border-color: #1CCDC2; }

 span { border-color: rgb(28,205,194); }

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