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

📋 copy color: '#13CFCC'

red 19 ◦ green 207 ◦ blue 204

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

Shades of Robin's Egg Blue #13CFCC

Tints of Robin's Egg Blue #13CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.14%

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

R = 4.42%
G = 48.14%
B = 47.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#13CFCC (or 0x13CFCC) is known color: Robin's Egg Blue. HEX triplet: 13, CF and CC. RGB value is (19,207,204). Sum of RGB (Red+Green+Blue) = 19+207+204=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFCC is #EC3033. Grayscale: #969696. Windows color (decimal): -15478836 or 13422355. OLE color: 13422355.

HSL color Cylindrical-coordinate representation of color #13CFCC: hue angle of 179.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CFCC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 207 204 -
CMYK 0.91 0 0.01 0.19
HSL 179.04º 0.83% 0.44% -
HSV(B) 179.04º 0.91% 0.81% -
XYZ 33.48 49.12 64.84 -
YUV 150.45 158.22 34.24 -
System Red Green Blue C M Y K H S L
Decimal 19 207 204 0.91 0 0.01 0.19 179.04 0.83 0.44
Hex 13 CF CC 5B 0 1 13 B3 53 2C
Octal 23 317 314 133 0 1 23 263 123 54
Binary 10011 11001111 11001100 1011011 0 1 10011 10110011 1010011 101100

Color Harmonies of #13CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFCC

Black with #13CFCC

Text Example


Text Example

White with #13CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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