Html Css Color HEX #13C8BC Robin's Egg Blue

📋 copy color: '#13C8BC'

red 19 ◦ green 200 ◦ blue 188

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

Shades of Robin's Egg Blue #13C8BC

Tints of Robin's Egg Blue #13C8BC

RGB

 RED value IS 19 (7.81% from 255) = 4.67%

 GREEN value IS 200 (78.52% from 255) = 49.14%

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 4.67%
G = 49.14%
B = 46.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#13C8BC (or 0x13C8BC) is known color: Robin's Egg Blue. HEX triplet: 13, C8 and BC. RGB value is (19,200,188). Sum of RGB (Red+Green+Blue) = 19+200+188=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #13C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C8BC is #EC3743. Grayscale: #909090. Windows color (decimal): -15480644 or 12371987. OLE color: 12371987.

HSL color Cylindrical-coordinate representation of color #13C8BC: hue angle of 176.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C8BC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 188 -
CMYK 0.90 0 0.06 0.22
HSL 176.02º 0.83% 0.43% -
HSV(B) 176.02º 0.91% 0.78% -
XYZ 30 45.08 54.7 -
YUV 144.51 152.53 38.48 -
System Red Green Blue C M Y K H S L
Decimal 19 200 188 0.90 0 0.06 0.22 176.02 0.83 0.43
Hex 13 C8 BC 5A 0 6 16 B0 53 2B
Octal 23 310 274 132 0 6 26 260 123 53
Binary 10011 11001000 10111100 1011010 0 110 10110 10110000 1010011 101011

Color Harmonies of #13C8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C8BC

Black with #13C8BC

Text Example


Text Example

White with #13C8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C8BC; }

 p { color: rgb(19,200,188); }

 H1.HeaderClassName
 {
   color: #13C8BC;
 }
 .AnyTagClassName
 {
   color: #13C8BC;
 }
</style>

background-color css

<style>
 a { background-color: #13C8BC; }

 a { background-color: rgb(19,200,188); }

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

border-color css

<style>
 span { border-color: #13C8BC; }

 span { border-color: rgb(19,200,188); }

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