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

📋 copy color: '#13C8BF'

red 19 ◦ green 200 ◦ blue 191

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

Shades of Robin's Egg Blue #13C8BF

Tints of Robin's Egg Blue #13C8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 4.63%
G = 48.78%
B = 46.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#13C8BF (or 0x13C8BF) is known color: Robin's Egg Blue. HEX triplet: 13, C8 and BF. RGB value is (19,200,191). Sum of RGB (Red+Green+Blue) = 19+200+191=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #13C8BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C8BF is #EC3740. Grayscale: #909090. Windows color (decimal): -15480641 or 12568595. OLE color: 12568595.

HSL color Cylindrical-coordinate representation of color #13C8BF: hue angle of 177.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 #13C8BF is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 191 -
CMYK 0.90 0 0.04 0.22
HSL 177.02º 0.83% 0.43% -
HSV(B) 177.02º 0.91% 0.78% -
XYZ 30.33 45.21 56.42 -
YUV 144.86 154.03 38.23 -
System Red Green Blue C M Y K H S L
Decimal 19 200 191 0.90 0 0.04 0.22 177.02 0.83 0.43
Hex 13 C8 BF 5A 0 4 16 B1 53 2B
Octal 23 310 277 132 0 4 26 261 123 53
Binary 10011 11001000 10111111 1011010 0 100 10110 10110001 1010011 101011

Color Harmonies of #13C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C8BF

Black with #13C8BF

Text Example


Text Example

White with #13C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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