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

📋 copy color: '#13CFC5'

red 19 ◦ green 207 ◦ blue 197

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

Shades of Robin's Egg Blue #13CFC5

Tints of Robin's Egg Blue #13CFC5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.94%

 BLUE value IS 197 (77.34% from 255) = 46.57%

R = 4.49%
G = 48.94%
B = 46.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#13CFC5 (or 0x13CFC5) is known color: Robin's Egg Blue. HEX triplet: 13, CF and C5. RGB value is (19,207,197). Sum of RGB (Red+Green+Blue) = 19+207+197=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFC5 is #EC303A. Grayscale: #959595. Windows color (decimal): -15478843 or 12963603. OLE color: 12963603.

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

Color convert

RGB 19 207 197 -
CMYK 0.91 0 0.05 0.19
HSL 176.81º 0.83% 0.44% -
HSV(B) 176.81º 0.91% 0.81% -
XYZ 32.66 48.8 60.52 -
YUV 149.65 154.72 34.81 -
System Red Green Blue C M Y K H S L
Decimal 19 207 197 0.91 0 0.05 0.19 176.81 0.83 0.44
Hex 13 CF C5 5B 0 5 13 B1 53 2C
Octal 23 317 305 133 0 5 23 261 123 54
Binary 10011 11001111 11000101 1011011 0 101 10011 10110001 1010011 101100

Color Harmonies of #13CFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFC5

Black with #13CFC5

Text Example


Text Example

White with #13CFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,197); }

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

background-color css

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

 a { background-color: rgb(19,207,197); }

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

border-color css

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

 span { border-color: rgb(19,207,197); }

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