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

📋 copy color: '#13CCC8'

red 19 ◦ green 204 ◦ blue 200

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

Shades of Robin's Egg Blue #13CCC8

Tints of Robin's Egg Blue #13CCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 4.49%
G = 48.23%
B = 47.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#13CCC8 (or 0x13CCC8) is known color: Robin's Egg Blue. HEX triplet: 13, CC and C8. RGB value is (19,204,200). Sum of RGB (Red+Green+Blue) = 19+204+200=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CCC8 is #EC3337. Grayscale: #949494. Windows color (decimal): -15479608 or 13159443. OLE color: 13159443.

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

Color convert

RGB 19 204 200 -
CMYK 0.91 0 0.02 0.2
HSL 178.7º 0.83% 0.44% -
HSV(B) 178.7º 0.91% 0.8% -
XYZ 32.29 47.49 62.11 -
YUV 148.23 157.21 35.83 -
System Red Green Blue C M Y K H S L
Decimal 19 204 200 0.91 0 0.02 0.2 178.7 0.83 0.44
Hex 13 CC C8 5B 0 2 14 B3 53 2C
Octal 23 314 310 133 0 2 24 263 123 54
Binary 10011 11001100 11001000 1011011 0 10 10100 10110011 1010011 101100

Color Harmonies of #13CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCC8

Black with #13CCC8

Text Example


Text Example

White with #13CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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