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

📋 copy color: '#11CACF'

red 17 ◦ green 202 ◦ blue 207

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

Shades of Robin's Egg Blue #11CACF

Tints of Robin's Egg Blue #11CACF

RGB

 RED value IS 17 (7.03% from 255) = 3.99%

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

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

R = 3.99%
G = 47.42%
B = 48.59%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11CACF (or 0x11CACF) is known color: Robin's Egg Blue. HEX triplet: 11, CA and CF. RGB value is (17,202,207). Sum of RGB (Red+Green+Blue) = 17+202+207=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #11CACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CACF is #EE3530. Grayscale: #939393. Windows color (decimal): -15611185 or 13617681. OLE color: 13617681.

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

Color convert

RGB 17 202 207 -
CMYK 0.92 0.02 0 0.19
HSL 181.58º 0.85% 0.44% -
HSV(B) 181.58º 0.92% 0.81% -
XYZ 32.61 46.87 66.36 -
YUV 147.26 161.71 35.09 -
System Red Green Blue C M Y K H S L
Decimal 17 202 207 0.92 0.02 0 0.19 181.58 0.85 0.44
Hex 11 CA CF 5C 2 0 13 B6 55 2C
Octal 21 312 317 134 2 0 23 266 125 54
Binary 10001 11001010 11001111 1011100 10 0 10011 10110110 1010101 101100

Color Harmonies of #11CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CACF

Black with #11CACF

Text Example


Text Example

White with #11CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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