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

📋 copy color: '#1AC6CF'

red 26 ◦ green 198 ◦ blue 207

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

Shades of Robin's Egg Blue #1AC6CF

Tints of Robin's Egg Blue #1AC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.94%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 6.03%
G = 45.94%
B = 48.03%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1AC6CF (or 0x1AC6CF) is known color: Robin's Egg Blue. HEX triplet: 1A, C6 and CF. RGB value is (26,198,207). Sum of RGB (Red+Green+Blue) = 26+198+207=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #1AC6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC6CF is #E53930. Grayscale: #939393. Windows color (decimal): -15022385 or 13616666. OLE color: 13616666.

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

Color convert

RGB 26 198 207 -
CMYK 0.87 0.04 0 0.19
HSL 182.98º 0.78% 0.46% -
HSV(B) 182.98º 0.87% 0.81% -
XYZ 31.88 45.11 66.06 -
YUV 147.6 161.52 41.27 -
System Red Green Blue C M Y K H S L
Decimal 26 198 207 0.87 0.04 0 0.19 182.98 0.78 0.46
Hex 1A C6 CF 57 4 0 13 B7 4E 2E
Octal 32 306 317 127 4 0 23 267 116 56
Binary 11010 11000110 11001111 1010111 100 0 10011 10110111 1001110 101110

Color Harmonies of #1AC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC6CF

Black with #1AC6CF

Text Example


Text Example

White with #1AC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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