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

📋 copy color: '#13CBCC'

red 19 ◦ green 203 ◦ blue 204

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

Shades of Robin's Egg Blue #13CBCC

Tints of Robin's Egg Blue #13CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 4.46%
G = 47.65%
B = 47.89%

CMYK

 C value IS 0.91

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#13CBCC (or 0x13CBCC) is known color: Robin's Egg Blue. HEX triplet: 13, CB and CC. RGB value is (19,203,204). Sum of RGB (Red+Green+Blue) = 19+203+204=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #13CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBCC is #EC3433. Grayscale: #939393. Windows color (decimal): -15479860 or 13421331. OLE color: 13421331.

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

Color convert

RGB 19 203 204 -
CMYK 0.91 0.00 0 0.2
HSL 180.32º 0.83% 0.44% -
HSV(B) 180.32º 0.91% 0.8% -
XYZ 32.52 47.21 64.53 -
YUV 148.1 159.54 35.92 -
System Red Green Blue C M Y K H S L
Decimal 19 203 204 0.91 0.00 0 0.2 180.32 0.83 0.44
Hex 13 CB CC 5B 0 0 14 B4 53 2C
Octal 23 313 314 133 0 0 24 264 123 54
Binary 10011 11001011 11001100 1011011 0 0 10100 10110100 1010011 101100

Color Harmonies of #13CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBCC

Black with #13CBCC

Text Example


Text Example

White with #13CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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