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

📋 copy color: '#1BD0CB'

red 27 ◦ green 208 ◦ blue 203

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

Shades of Robin's Egg Blue #1BD0CB

Tints of Robin's Egg Blue #1BD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 6.16%
G = 47.49%
B = 46.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#1BD0CB (or 0x1BD0CB) is known color: Robin's Egg Blue. HEX triplet: 1B, D0 and CB. RGB value is (27,208,203). Sum of RGB (Red+Green+Blue) = 27+208+203=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD0CB is #E42F34. Grayscale: #999999. Windows color (decimal): -14954293 or 13357083. OLE color: 13357083.

HSL color Cylindrical-coordinate representation of color #1BD0CB: hue angle of 178.34º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD0CB is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 208 203 -
CMYK 0.87 0 0.02 0.18
HSL 178.34º 0.77% 0.46% -
HSV(B) 178.34º 0.87% 0.82% -
XYZ 33.79 49.66 64.3 -
YUV 153.31 156.03 37.91 -
System Red Green Blue C M Y K H S L
Decimal 27 208 203 0.87 0 0.02 0.18 178.34 0.77 0.46
Hex 1B D0 CB 57 0 2 12 B2 4D 2E
Octal 33 320 313 127 0 2 22 262 115 56
Binary 11011 11010000 11001011 1010111 0 10 10010 10110010 1001101 101110

Color Harmonies of #1BD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD0CB

Black with #1BD0CB

Text Example


Text Example

White with #1BD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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