#1AD0C3

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

Shades of Robin's Egg Blue #1AD0C3

Tints of Robin's Egg Blue #1AD0C3

Color information

#1AD0C3 (or 0x1AD0C3) is unknown color: approx Robin's Egg Blue. HEX triplet: 1A, D0 and C3. RGB value is (26,208,195). Sum of RGB (Red+Green+Blue) = 26+208+195=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD0C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD0C3 is #E52F3C. Grayscale: #979797. Windows color (decimal): -15019837 or 12832794. OLE color: 12832794.

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

Color convert

RGB26208195-
CMYK0.8800.060.18
HSL175.71º77.78%45.88%-
HSV(B)175.71º87.5%81.57%-
XYZ32.8349.2759.41-
YUV152.1152.238.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.06%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 195 (76.56% from 255) = 45.45%
R=6.06%
G=48.48%
B=45.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal262081950.8800.060.18175.7177.7845.88
Hex1AD0C3580612b04e2e
Octal32320303130062226011656
Binary1101011010000110000111011000011010010101100001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,208,195); }

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

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

 a { background-color: rgb(26,208,195); }

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

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

 span { border-color: rgb(26,208,195); }

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