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

📋 copy color: '#13CCB7'

red 19 ◦ green 204 ◦ blue 183

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

Shades of Robin's Egg Blue #13CCB7

Tints of Robin's Egg Blue #13CCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 4.68%
G = 50.25%
B = 45.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#13CCB7 (or 0x13CCB7) is known color: Robin's Egg Blue. HEX triplet: 13, CC and B7. RGB value is (19,204,183). Sum of RGB (Red+Green+Blue) = 19+204+183=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CCB7 is #EC3348. Grayscale: #929292. Windows color (decimal): -15479625 or 12045331. OLE color: 12045331.

HSL color Cylindrical-coordinate representation of color #13CCB7: hue angle of 173.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CCB7 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 183 -
CMYK 0.91 0 0.10 0.2
HSL 173.19º 0.83% 0.44% -
HSV(B) 173.19º 0.91% 0.8% -
XYZ 30.41 46.74 52.22 -
YUV 146.29 148.71 37.21 -
System Red Green Blue C M Y K H S L
Decimal 19 204 183 0.91 0 0.10 0.2 173.19 0.83 0.44
Hex 13 CC B7 5B 0 A 14 AD 53 2C
Octal 23 314 267 133 0 12 24 255 123 54
Binary 10011 11001100 10110111 1011011 0 1010 10100 10101101 1010011 101100

Color Harmonies of #13CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCB7

Black with #13CCB7

Text Example


Text Example

White with #13CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,183); }

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

background-color css

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

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

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

border-color css

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

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

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