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

📋 copy color: '#13CFB4'

red 19 ◦ green 207 ◦ blue 180

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

Shades of Robin's Egg Blue #13CFB4

Tints of Robin's Egg Blue #13CFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.33%

R = 4.68%
G = 50.99%
B = 44.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#13CFB4 (or 0x13CFB4) is known color: Robin's Egg Blue. HEX triplet: 13, CF and B4. RGB value is (19,207,180). Sum of RGB (Red+Green+Blue) = 19+207+180=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFB4 is #EC304B. Grayscale: #939393. Windows color (decimal): -15478860 or 11849491. OLE color: 11849491.

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

Color convert

RGB 19 207 180 -
CMYK 0.91 0 0.13 0.19
HSL 171.38º 0.83% 0.44% -
HSV(B) 171.38º 0.91% 0.81% -
XYZ 30.82 48.06 50.83 -
YUV 147.71 146.22 36.2 -
System Red Green Blue C M Y K H S L
Decimal 19 207 180 0.91 0 0.13 0.19 171.38 0.83 0.44
Hex 13 CF B4 5B 0 D 13 AB 53 2C
Octal 23 317 264 133 0 15 23 253 123 54
Binary 10011 11001111 10110100 1011011 0 1101 10011 10101011 1010011 101100

Color Harmonies of #13CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFB4

Black with #13CFB4

Text Example


Text Example

White with #13CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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