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

📋 copy color: '#13CCCB'

red 19 ◦ green 204 ◦ blue 203

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

Shades of Robin's Egg Blue #13CCCB

Tints of Robin's Egg Blue #13CCCB

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #13CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCCB

Black with #13CCCB

Text Example


Text Example

White with #13CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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