#1CD0BF

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

Shades of Robin's Egg Blue #1CD0BF

Tints of Robin's Egg Blue #1CD0BF

Color information

#1CD0BF (or 0x1CD0BF) is unknown color: approx Robin's Egg Blue. HEX triplet: 1C, D0 and BF. RGB value is (28,208,191). Sum of RGB (Red+Green+Blue) = 28+208+191=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD0BF is #E32F40. Grayscale: #989898. Windows color (decimal): -14888769 or 12570652. OLE color: 12570652.

HSL color Cylindrical-coordinate representation of color #1CD0BF: hue angle of 174.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD0BF is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB28208191-
CMYK0.8700.080.18
HSL174.33º76.27%46.27%-
HSV(B)174.33º86.54%81.57%-
XYZ32.4449.1257.06-
YUV152.24149.8739.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.56%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 191 (75% from 255) = 44.73%
R=6.56%
G=48.71%
B=44.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal282081910.8700.080.18174.3376.2746.27
Hex1CD0BF570812ae4c2e
Octal343202771270102225611456
Binary11100110100001011111110101110100010010101011101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,208,191); }

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

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

 a { background-color: rgb(28,208,191); }

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

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

 span { border-color: rgb(28,208,191); }

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