Html Css Color HEX #19CACF Robin's Egg Blue

📋 copy color: '#19CACF'

red 25 ◦ green 202 ◦ blue 207

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

Shades of Robin's Egg Blue #19CACF

Tints of Robin's Egg Blue #19CACF

RGB

 RED value IS 25 (10.16% from 255) = 5.76%

 GREEN value IS 202 (79.3% from 255) = 46.54%

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 5.76%
G = 46.54%
B = 47.7%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19CACF (or 0x19CACF) is known color: Robin's Egg Blue. HEX triplet: 19, CA and CF. RGB value is (25,202,207). Sum of RGB (Red+Green+Blue) = 25+202+207=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #19CACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CACF is #E63530. Grayscale: #959595. Windows color (decimal): -15086897 or 13617689. OLE color: 13617689.

HSL color Cylindrical-coordinate representation of color #19CACF: hue angle of 181.65º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CACF is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 202 207 -
CMYK 0.88 0.02 0 0.19
HSL 181.65º 0.78% 0.45% -
HSV(B) 181.65º 0.88% 0.81% -
XYZ 32.78 46.95 66.37 -
YUV 149.65 160.36 39.09 -
System Red Green Blue C M Y K H S L
Decimal 25 202 207 0.88 0.02 0 0.19 181.65 0.78 0.45
Hex 19 CA CF 58 2 0 13 B6 4E 2D
Octal 31 312 317 130 2 0 23 266 116 55
Binary 11001 11001010 11001111 1011000 10 0 10011 10110110 1001110 101101

Color Harmonies of #19CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CACF

Black with #19CACF

Text Example


Text Example

White with #19CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CACF; }

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

 H1.HeaderClassName
 {
   color: #19CACF;
 }
 .AnyTagClassName
 {
   color: #19CACF;
 }
</style>

background-color css

<style>
 a { background-color: #19CACF; }

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

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

border-color css

<style>
 span { border-color: #19CACF; }

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

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