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

📋 copy color: '#13CCB8'

red 19 ◦ green 204 ◦ blue 184

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

Shades of Robin's Egg Blue #13CCB8

Tints of Robin's Egg Blue #13CCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 4.67%
G = 50.12%
B = 45.21%

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

#13CCB8 (or 0x13CCB8) is known color: Robin's Egg Blue. HEX triplet: 13, CC and B8. RGB value is (19,204,184). Sum of RGB (Red+Green+Blue) = 19+204+184=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CCB8 is #EC3347. Grayscale: #929292. Windows color (decimal): -15479624 or 12110867. OLE color: 12110867.

HSL color Cylindrical-coordinate representation of color #13CCB8: hue angle of 173.51º 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 #13CCB8 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 184 -
CMYK 0.91 0 0.10 0.2
HSL 173.51º 0.83% 0.44% -
HSV(B) 173.51º 0.91% 0.8% -
XYZ 30.51 46.78 52.77 -
YUV 146.41 149.21 37.13 -
System Red Green Blue C M Y K H S L
Decimal 19 204 184 0.91 0 0.10 0.2 173.51 0.83 0.44
Hex 13 CC B8 5B 0 A 14 AE 53 2C
Octal 23 314 270 133 0 12 24 256 123 54
Binary 10011 11001100 10111000 1011011 0 1010 10100 10101110 1010011 101100

Color Harmonies of #13CCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCB8

Black with #13CCB8

Text Example


Text Example

White with #13CCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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