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

📋 copy color: '#13CFCA'

red 19 ◦ green 207 ◦ blue 202

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

Shades of Robin's Egg Blue #13CFCA

Tints of Robin's Egg Blue #13CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 4.44%
G = 48.36%
B = 47.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#13CFCA (or 0x13CFCA) is known color: Robin's Egg Blue. HEX triplet: 13, CF and CA. RGB value is (19,207,202). Sum of RGB (Red+Green+Blue) = 19+207+202=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFCA is #EC3035. Grayscale: #969696. Windows color (decimal): -15478838 or 13291283. OLE color: 13291283.

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

Color convert

RGB 19 207 202 -
CMYK 0.91 0 0.02 0.19
HSL 178.4º 0.83% 0.44% -
HSV(B) 178.4º 0.91% 0.81% -
XYZ 33.24 49.03 63.59 -
YUV 150.22 157.22 34.41 -
System Red Green Blue C M Y K H S L
Decimal 19 207 202 0.91 0 0.02 0.19 178.4 0.83 0.44
Hex 13 CF CA 5B 0 2 13 B2 53 2C
Octal 23 317 312 133 0 2 23 262 123 54
Binary 10011 11001111 11001010 1011011 0 10 10011 10110010 1010011 101100

Color Harmonies of #13CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFCA

Black with #13CFCA

Text Example


Text Example

White with #13CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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