#1CC3CD

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

Shades of Robin's Egg Blue #1CC3CD

Tints of Robin's Egg Blue #1CC3CD

Color information

#1CC3CD (or 0x1CC3CD) is unknown color: approx Robin's Egg Blue. HEX triplet: 1C, C3 and CD. RGB value is (28,195,205). Sum of RGB (Red+Green+Blue) = 28+195+205=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CC3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC3CD is #E33C32. Grayscale: #929292. Windows color (decimal): -14892083 or 13484828. OLE color: 13484828.

HSL color Cylindrical-coordinate representation of color #1CC3CD: hue angle of 183.39º 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 #1CC3CD is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB28195205-
CMYK0.860.0500.20
HSL183.39º75.97%45.69%-
HSV(B)183.39º86.34%80.39%-
XYZ31.0143.6864.56-
YUV146.21161.1743.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.54%
GREEN value IS 195 (76.56% from 255) = 45.56%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=6.54%
G=45.56%
B=47.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal281952050.860.0500.20183.3975.9745.69
Hex1CC3CD565014b74c2e
Octal34303315126502426711456
Binary1110011000011110011011010110101010100101101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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