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

📋 copy color: '#1ACBBC'

red 26 ◦ green 203 ◦ blue 188

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

Shades of Robin's Egg Blue #1ACBBC

Tints of Robin's Egg Blue #1ACBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.68%

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 6.24%
G = 48.68%
B = 45.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#1ACBBC (or 0x1ACBBC) is known color: Robin's Egg Blue. HEX triplet: 1A, CB and BC. RGB value is (26,203,188). Sum of RGB (Red+Green+Blue) = 26+203+188=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBBC is #E53443. Grayscale: #949494. Windows color (decimal): -15021124 or 12372762. OLE color: 12372762.

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

Color convert

RGB 26 203 188 -
CMYK 0.87 0 0.07 0.20
HSL 174.92º 0.77% 0.45% -
HSV(B) 174.92º 0.87% 0.8% -
XYZ 30.86 46.56 54.94 -
YUV 148.37 150.36 40.72 -
System Red Green Blue C M Y K H S L
Decimal 26 203 188 0.87 0 0.07 0.20 174.92 0.77 0.45
Hex 1A CB BC 57 0 7 14 AF 4D 2D
Octal 32 313 274 127 0 7 24 257 115 55
Binary 11010 11001011 10111100 1010111 0 111 10100 10101111 1001101 101101

Color Harmonies of #1ACBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACBBC

Black with #1ACBBC

Text Example


Text Example

White with #1ACBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,203,188); }

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

background-color css

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

 a { background-color: rgb(26,203,188); }

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

border-color css

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

 span { border-color: rgb(26,203,188); }

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