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

📋 copy color: '#13DEBD'

red 19 ◦ green 222 ◦ blue 189

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

Shades of Robin's Egg Blue #13DEBD

Tints of Robin's Egg Blue #13DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.63%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 4.42%
G = 51.63%
B = 43.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#13DEBD (or 0x13DEBD) is known color: Robin's Egg Blue. HEX triplet: 13, DE and BD. RGB value is (19,222,189). Sum of RGB (Red+Green+Blue) = 19+222+189=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DEBD is #EC2142. Grayscale: #9D9D9D. Windows color (decimal): -15475011 or 12443155. OLE color: 12443155.

HSL color Cylindrical-coordinate representation of color #13DEBD: hue angle of 170.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DEBD is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 222 189 -
CMYK 0.91 0 0.15 0.13
HSL 170.25º 0.84% 0.47% -
HSV(B) 170.25º 0.91% 0.87% -
XYZ 35.58 56.06 57.09 -
YUV 157.54 145.75 29.18 -
System Red Green Blue C M Y K H S L
Decimal 19 222 189 0.91 0 0.15 0.13 170.25 0.84 0.47
Hex 13 DE BD 5B 0 F D AA 54 2F
Octal 23 336 275 133 0 17 15 252 124 57
Binary 10011 11011110 10111101 1011011 0 1111 1101 10101010 1010100 101111

Color Harmonies of #13DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DEBD

Black with #13DEBD

Text Example


Text Example

White with #13DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,222,189); }

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

background-color css

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

 a { background-color: rgb(19,222,189); }

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

border-color css

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

 span { border-color: rgb(19,222,189); }

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