Html Css Color HEX #1ACDC0 Robin's Egg Blue

📋 copy color: '#1ACDC0'

red 26 ◦ green 205 ◦ blue 192

#1ACDC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #1ACDC0

Tints of Robin's Egg Blue #1ACDC0

RGB

 RED value IS 26 (10.55% from 255) = 6.15%

 GREEN value IS 205 (80.47% from 255) = 48.46%

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 6.15%
G = 48.46%
B = 45.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#1ACDC0 (or 0x1ACDC0) is known color: Robin's Egg Blue. HEX triplet: 1A, CD and C0. RGB value is (26,205,192). Sum of RGB (Red+Green+Blue) = 26+205+192=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDC0 is #E5323F. Grayscale: #959595. Windows color (decimal): -15020608 or 12635418. OLE color: 12635418.

HSL color Cylindrical-coordinate representation of color #1ACDC0: hue angle of 175.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACDC0 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 205 192 -
CMYK 0.87 0 0.06 0.20
HSL 175.64º 0.77% 0.45% -
HSV(B) 175.64º 0.87% 0.8% -
XYZ 31.77 47.69 57.4 -
YUV 150 151.7 39.56 -
System Red Green Blue C M Y K H S L
Decimal 26 205 192 0.87 0 0.06 0.20 175.64 0.77 0.45
Hex 1A CD C0 57 0 6 14 B0 4D 2D
Octal 32 315 300 127 0 6 24 260 115 55
Binary 11010 11001101 11000000 1010111 0 110 10100 10110000 1001101 101101

Color Harmonies of #1ACDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDC0

Black with #1ACDC0

Text Example


Text Example

White with #1ACDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,205,192); }

 H1.HeaderClassName
 {
   color: #1ACDC0;
 }
 .AnyTagClassName
 {
   color: #1ACDC0;
 }
</style>

background-color css

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

 a { background-color: rgb(26,205,192); }

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

border-color css

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

 span { border-color: rgb(26,205,192); }

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