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

📋 copy color: '#1BCDCD'

red 27 ◦ green 205 ◦ blue 205

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

Shades of Robin's Egg Blue #1BCDCD

Tints of Robin's Egg Blue #1BCDCD

RGB

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

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

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

R = 6.18%
G = 46.91%
B = 46.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1BCDCD (or 0x1BCDCD) is known color: Robin's Egg Blue. HEX triplet: 1B, CD and CD. RGB value is (27,205,205). Sum of RGB (Red+Green+Blue) = 27+205+205=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #1BCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCDCD is #E43232. Grayscale: #979797. Windows color (decimal): -14955059 or 13487387. OLE color: 13487387.

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

Color convert

RGB 27 205 205 -
CMYK 0.87 0 0 0.20
HSL 180º 0.77% 0.45% -
HSV(B) 180º 0.87% 0.8% -
XYZ 33.3 48.3 65.33 -
YUV 151.78 158.03 39 -
System Red Green Blue C M Y K H S L
Decimal 27 205 205 0.87 0 0 0.20 180 0.77 0.45
Hex 1B CD CD 57 0 0 14 B4 4D 2D
Octal 33 315 315 127 0 0 24 264 115 55
Binary 11011 11001101 11001101 1010111 0 0 10100 10110100 1001101 101101

Color Harmonies of #1BCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCDCD

Black with #1BCDCD

Text Example


Text Example

White with #1BCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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