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

📋 copy color: '#1BCBC0'

red 27 ◦ green 203 ◦ blue 192

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

Shades of Robin's Egg Blue #1BCBC0

Tints of Robin's Egg Blue #1BCBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 6.4%
G = 48.1%
B = 45.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#1BCBC0 (or 0x1BCBC0) is known color: Robin's Egg Blue. HEX triplet: 1B, CB and C0. RGB value is (27,203,192). Sum of RGB (Red+Green+Blue) = 27+203+192=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBC0 is #E4343F. Grayscale: #949494. Windows color (decimal): -14955584 or 12634907. OLE color: 12634907.

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

Color convert

RGB 27 203 192 -
CMYK 0.87 0 0.05 0.20
HSL 176.25º 0.77% 0.45% -
HSV(B) 176.25º 0.87% 0.8% -
XYZ 31.32 46.75 57.24 -
YUV 149.12 152.19 40.89 -
System Red Green Blue C M Y K H S L
Decimal 27 203 192 0.87 0 0.05 0.20 176.25 0.77 0.45
Hex 1B CB C0 57 0 5 14 B0 4D 2D
Octal 33 313 300 127 0 5 24 260 115 55
Binary 11011 11001011 11000000 1010111 0 101 10100 10110000 1001101 101101

Color Harmonies of #1BCBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCBC0

Black with #1BCBC0

Text Example


Text Example

White with #1BCBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,203,192); }

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

background-color css

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

 a { background-color: rgb(27,203,192); }

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

border-color css

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

 span { border-color: rgb(27,203,192); }

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