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

📋 copy color: '#1AD6CC'

red 26 ◦ green 214 ◦ blue 204

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

Shades of Robin's Egg Blue #1AD6CC

Tints of Robin's Egg Blue #1AD6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 5.86%
G = 48.2%
B = 45.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#1AD6CC (or 0x1AD6CC) is known color: Robin's Egg Blue. HEX triplet: 1A, D6 and CC. RGB value is (26,214,204). Sum of RGB (Red+Green+Blue) = 26+214+204=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD6CC is #E52933. Grayscale: #9C9C9C. Windows color (decimal): -15018292 or 13424154. OLE color: 13424154.

HSL color Cylindrical-coordinate representation of color #1AD6CC: hue angle of 176.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD6CC is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 214 204 -
CMYK 0.88 0 0.05 0.16
HSL 176.81º 0.78% 0.47% -
HSV(B) 176.81º 0.88% 0.84% -
XYZ 35.37 52.67 65.43 -
YUV 156.65 154.72 34.81 -
System Red Green Blue C M Y K H S L
Decimal 26 214 204 0.88 0 0.05 0.16 176.81 0.78 0.47
Hex 1A D6 CC 58 0 5 10 B1 4E 2F
Octal 32 326 314 130 0 5 20 261 116 57
Binary 11010 11010110 11001100 1011000 0 101 10000 10110001 1001110 101111

Color Harmonies of #1AD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD6CC

Black with #1AD6CC

Text Example


Text Example

White with #1AD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,214,204); }

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

background-color css

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

 a { background-color: rgb(26,214,204); }

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

border-color css

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

 span { border-color: rgb(26,214,204); }

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