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

📋 copy color: '#1BCAC2'

red 27 ◦ green 202 ◦ blue 194

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

Shades of Robin's Egg Blue #1BCAC2

Tints of Robin's Egg Blue #1BCAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 6.38%
G = 47.75%
B = 45.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#1BCAC2 (or 0x1BCAC2) is known color: Robin's Egg Blue. HEX triplet: 1B, CA and C2. RGB value is (27,202,194). Sum of RGB (Red+Green+Blue) = 27+202+194=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCAC2 is #E4353D. Grayscale: #949494. Windows color (decimal): -14955838 or 12765723. OLE color: 12765723.

HSL color Cylindrical-coordinate representation of color #1BCAC2: hue angle of 177.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCAC2 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 202 194 -
CMYK 0.87 0 0.04 0.21
HSL 177.26º 0.76% 0.45% -
HSV(B) 177.26º 0.87% 0.79% -
XYZ 31.31 46.37 58.34 -
YUV 148.76 153.52 41.15 -
System Red Green Blue C M Y K H S L
Decimal 27 202 194 0.87 0 0.04 0.21 177.26 0.76 0.45
Hex 1B CA C2 57 0 4 15 B1 4C 2D
Octal 33 312 302 127 0 4 25 261 114 55
Binary 11011 11001010 11000010 1010111 0 100 10101 10110001 1001100 101101

Color Harmonies of #1BCAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCAC2

Black with #1BCAC2

Text Example


Text Example

White with #1BCAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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