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

📋 copy color: '#13CBBC'

red 19 ◦ green 203 ◦ blue 188

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

Shades of Robin's Egg Blue #13CBBC

Tints of Robin's Egg Blue #13CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 4.63%
G = 49.51%
B = 45.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#13CBBC (or 0x13CBBC) is known color: Robin's Egg Blue. HEX triplet: 13, CB and BC. RGB value is (19,203,188). Sum of RGB (Red+Green+Blue) = 19+203+188=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBBC is #EC3443. Grayscale: #929292. Windows color (decimal): -15479876 or 12372755. OLE color: 12372755.

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

Color convert

RGB 19 203 188 -
CMYK 0.91 0 0.07 0.20
HSL 175.11º 0.83% 0.44% -
HSV(B) 175.11º 0.91% 0.8% -
XYZ 30.7 46.48 54.93 -
YUV 146.27 151.54 37.22 -
System Red Green Blue C M Y K H S L
Decimal 19 203 188 0.91 0 0.07 0.20 175.11 0.83 0.44
Hex 13 CB BC 5B 0 7 14 AF 53 2C
Octal 23 313 274 133 0 7 24 257 123 54
Binary 10011 11001011 10111100 1011011 0 111 10100 10101111 1010011 101100

Color Harmonies of #13CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBBC

Black with #13CBBC

Text Example


Text Example

White with #13CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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