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

📋 copy color: '#1ACDC8'

red 26 ◦ green 205 ◦ blue 200

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

Shades of Robin's Egg Blue #1ACDC8

Tints of Robin's Egg Blue #1ACDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.4%

R = 6.03%
G = 47.56%
B = 46.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#1ACDC8 (or 0x1ACDC8) is known color: Robin's Egg Blue. HEX triplet: 1A, CD and C8. RGB value is (26,205,200). Sum of RGB (Red+Green+Blue) = 26+205+200=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDC8 is #E53237. Grayscale: #969696. Windows color (decimal): -15020600 or 13159706. OLE color: 13159706.

HSL color Cylindrical-coordinate representation of color #1ACDC8: hue angle of 178.32º 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 #1ACDC8 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 205 200 -
CMYK 0.87 0 0.02 0.20
HSL 178.32º 0.77% 0.45% -
HSV(B) 178.32º 0.87% 0.8% -
XYZ 32.68 48.05 62.2 -
YUV 150.91 155.7 38.91 -
System Red Green Blue C M Y K H S L
Decimal 26 205 200 0.87 0 0.02 0.20 178.32 0.77 0.45
Hex 1A CD C8 57 0 2 14 B2 4D 2D
Octal 32 315 310 127 0 2 24 262 115 55
Binary 11010 11001101 11001000 1010111 0 10 10100 10110010 1001101 101101

Color Harmonies of #1ACDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDC8

Black with #1ACDC8

Text Example


Text Example

White with #1ACDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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