#1ACFC4

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

Shades of Robin's Egg Blue #1ACFC4

Tints of Robin's Egg Blue #1ACFC4

Color information

#1ACFC4 (or 0x1ACFC4) is unknown color: approx Robin's Egg Blue. HEX triplet: 1A, CF and C4. RGB value is (26,207,196). Sum of RGB (Red+Green+Blue) = 26+207+196=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFC4 is #E5303B. Grayscale: #979797. Windows color (decimal): -15020092 or 12898074. OLE color: 12898074.

HSL color Cylindrical-coordinate representation of color #1ACFC4: hue angle of 176.35º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACFC4 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB26207196-
CMYK0.8700.050.19
HSL176.35º77.68%45.69%-
HSV(B)176.35º87.44%81.18%-
XYZ32.748.8359.93-
YUV151.63153.0338.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.06%
GREEN value IS 207 (81.25% from 255) = 48.25%
BLUE value IS 196 (76.95% from 255) = 45.69%
R=6.06%
G=48.25%
B=45.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal262071960.8700.050.19176.3577.6845.69
Hex1ACFC4570513b04e2e
Octal32317304127052326011656
Binary1101011001111110001001010111010110011101100001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,207,196); }

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

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

 a { background-color: rgb(26,207,196); }

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

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

 span { border-color: rgb(26,207,196); }

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