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

📋 copy color: '#1BCCCC'

red 27 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #1BCCCC

Tints of Robin's Egg Blue #1BCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.9%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 6.21%
G = 46.9%
B = 46.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1BCCCC (or 0x1BCCCC) is known color: Robin's Egg Blue. HEX triplet: 1B, CC and CC. RGB value is (27,204,204). Sum of RGB (Red+Green+Blue) = 27+204+204=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #1BCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCCC is #E43333. Grayscale: #969696. Windows color (decimal): -14955316 or 13421595. OLE color: 13421595.

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

Color convert

RGB 27 204 204 -
CMYK 0.87 0 0 0.2
HSL 180º 0.77% 0.45% -
HSV(B) 180º 0.87% 0.8% -
XYZ 32.94 47.78 64.61 -
YUV 151.08 157.86 39.5 -
System Red Green Blue C M Y K H S L
Decimal 27 204 204 0.87 0 0 0.2 180 0.77 0.45
Hex 1B CC CC 57 0 0 14 B4 4D 2D
Octal 33 314 314 127 0 0 24 264 115 55
Binary 11011 11001100 11001100 1010111 0 0 10100 10110100 1001101 101101

Color Harmonies of #1BCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCCC

Black with #1BCCCC

Text Example


Text Example

White with #1BCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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