#1AC3D0

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

Shades of Robin's Egg Blue #1AC3D0

Tints of Robin's Egg Blue #1AC3D0

Color information

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

HSL color Cylindrical-coordinate representation of color #1AC3D0: hue angle of 184.29º 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 #1AC3D0 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26195208-
CMYK0.880.0600.18
HSL184.29º77.78%45.88%-
HSV(B)184.29º87.5%81.57%-
XYZ31.3343.866.48-
YUV145.95163.0142.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261952080.880.0600.18184.2977.7845.88
Hex1AC3D0586012b84e2e
Octal32303320130602227011656
Binary1101011000011110100001011000110010010101110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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