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

📋 copy color: '#1ACFBA'

red 26 ◦ green 207 ◦ blue 186

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

Shades of Robin's Egg Blue #1ACFBA

Tints of Robin's Egg Blue #1ACFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 6.21%
G = 49.4%
B = 44.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#1ACFBA (or 0x1ACFBA) is known color: Robin's Egg Blue. HEX triplet: 1A, CF and BA. RGB value is (26,207,186). Sum of RGB (Red+Green+Blue) = 26+207+186=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFBA is #E53045. Grayscale: #969696. Windows color (decimal): -15020102 or 12242714. OLE color: 12242714.

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

Color convert

RGB 26 207 186 -
CMYK 0.87 0 0.10 0.19
HSL 173.04º 0.78% 0.46% -
HSV(B) 173.04º 0.87% 0.81% -
XYZ 31.6 48.39 54.13 -
YUV 150.49 148.03 39.21 -
System Red Green Blue C M Y K H S L
Decimal 26 207 186 0.87 0 0.10 0.19 173.04 0.78 0.46
Hex 1A CF BA 57 0 A 13 AD 4E 2E
Octal 32 317 272 127 0 12 23 255 116 56
Binary 11010 11001111 10111010 1010111 0 1010 10011 10101101 1001110 101110

Color Harmonies of #1ACFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACFBA

Black with #1ACFBA

Text Example


Text Example

White with #1ACFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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