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

📋 copy color: '#1BCACD'

red 27 ◦ green 202 ◦ blue 205

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

Shades of Robin's Egg Blue #1BCACD

Tints of Robin's Egg Blue #1BCACD

RGB

 RED value IS 27 (10.94% from 255) = 6.22%

 GREEN value IS 202 (79.3% from 255) = 46.54%

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

R = 6.22%
G = 46.54%
B = 47.24%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1BCACD (or 0x1BCACD) is known color: Robin's Egg Blue. HEX triplet: 1B, CA and CD. RGB value is (27,202,205). Sum of RGB (Red+Green+Blue) = 27+202+205=434 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.22% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #1BCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCACD is #E43532. Grayscale: #959595. Windows color (decimal): -14955827 or 13486619. OLE color: 13486619.

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

Color convert

RGB 27 202 205 -
CMYK 0.87 0.01 0 0.20
HSL 181.01º 0.77% 0.45% -
HSV(B) 181.01º 0.87% 0.8% -
XYZ 32.59 46.88 65.09 -
YUV 150.02 159.02 40.26 -
System Red Green Blue C M Y K H S L
Decimal 27 202 205 0.87 0.01 0 0.20 181.01 0.77 0.45
Hex 1B CA CD 57 1 0 14 B5 4D 2D
Octal 33 312 315 127 1 0 24 265 115 55
Binary 11011 11001010 11001101 1010111 1 0 10100 10110101 1001101 101101

Color Harmonies of #1BCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCACD

Black with #1BCACD

Text Example


Text Example

White with #1BCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,202,205); }

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

background-color css

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

 a { background-color: rgb(27,202,205); }

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

border-color css

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

 span { border-color: rgb(27,202,205); }

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