#13CBBD

Color #13CBBD Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #13CBBD

Tints of Robin's Egg Blue #13CBBD

Color information

#13CBBD (or 0x13CBBD) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, CB and BD. RGB value is (19,203,189). Sum of RGB (Red+Green+Blue) = 19+203+189=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBBD is #EC3442. Grayscale: #929292. Windows color (decimal): -15479875 or 12438291. OLE color: 12438291.

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

Color convert

RGB19203189-
CMYK0.9100.070.20
HSL175.43º82.88%43.53%-
HSV(B)175.43º90.64%79.61%-
XYZ30.8146.5255.5-
YUV146.39152.0437.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.62%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=4.62%
G=49.39%
B=45.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192031890.9100.070.20175.4382.8843.53
Hex13CBBD5B0714af532c
Octal23313275133072425712354
Binary1001111001011101111011011011011110100101011111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13CBBD;
 }
 .AnyTagClassName
 {
   color: #13CBBD;
 }
</style>
background-color css

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

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

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

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

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

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