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

📋 copy color: '#1ADACA'

red 26 ◦ green 218 ◦ blue 202

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

Shades of Robin's Egg Blue #1ADACA

Tints of Robin's Egg Blue #1ADACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.88%

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 5.83%
G = 48.88%
B = 45.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#1ADACA (or 0x1ADACA) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and CA. RGB value is (26,218,202). Sum of RGB (Red+Green+Blue) = 26+218+202=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADACA is #E52535. Grayscale: #9E9E9E. Windows color (decimal): -15017270 or 13294106. OLE color: 13294106.

HSL color Cylindrical-coordinate representation of color #1ADACA: hue angle of 175º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADACA is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 218 202 -
CMYK 0.88 0 0.07 0.15
HSL 175º 0.79% 0.48% -
HSV(B) 175º 0.88% 0.85% -
XYZ 36.16 54.63 64.52 -
YUV 158.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 26 218 202 0.88 0 0.07 0.15 175 0.79 0.48
Hex 1A DA CA 58 0 7 F AF 4F 30
Octal 32 332 312 130 0 7 17 257 117 60
Binary 11010 11011010 11001010 1011000 0 111 1111 10101111 1001111 110000

Color Harmonies of #1ADACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADACA

Black with #1ADACA

Text Example


Text Example

White with #1ADACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,218,202); }

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

background-color css

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

 a { background-color: rgb(26,218,202); }

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

border-color css

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

 span { border-color: rgb(26,218,202); }

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