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

📋 copy color: '#1ACDCB'

red 26 ◦ green 205 ◦ blue 203

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

Shades of Robin's Egg Blue #1ACDCB

Tints of Robin's Egg Blue #1ACDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.24%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 5.99%
G = 47.24%
B = 46.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#1ACDCB (or 0x1ACDCB) is known color: Robin's Egg Blue. HEX triplet: 1A, CD and CB. RGB value is (26,205,203). Sum of RGB (Red+Green+Blue) = 26+205+203=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDCB is #E53234. Grayscale: #979797. Windows color (decimal): -15020597 or 13356314. OLE color: 13356314.

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

Color convert

RGB 26 205 203 -
CMYK 0.87 0 0.01 0.20
HSL 179.33º 0.77% 0.45% -
HSV(B) 179.33º 0.87% 0.8% -
XYZ 33.04 48.19 64.06 -
YUV 151.25 157.2 38.66 -
System Red Green Blue C M Y K H S L
Decimal 26 205 203 0.87 0 0.01 0.20 179.33 0.77 0.45
Hex 1A CD CB 57 0 1 14 B3 4D 2D
Octal 32 315 313 127 0 1 24 263 115 55
Binary 11010 11001101 11001011 1010111 0 1 10100 10110011 1001101 101101

Color Harmonies of #1ACDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDCB

Black with #1ACDCB

Text Example


Text Example

White with #1ACDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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