Html Css Color HEX #11C1CC Iris Blue

📋 copy color: '#11C1CC'

red 17 ◦ green 193 ◦ blue 204

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

Shades of Iris Blue #11C1CC

Tints of Iris Blue #11C1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.62%

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

R = 4.11%
G = 46.62%
B = 49.28%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#11C1CC (or 0x11C1CC) is known color: Iris Blue. HEX triplet: 11, C1 and CC. RGB value is (17,193,204). Sum of RGB (Red+Green+Blue) = 17+193+204=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #11C1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C1CC is #EE3E33. Grayscale: #8D8D8D. Windows color (decimal): -15613492 or 13418769. OLE color: 13418769.

HSL color Cylindrical-coordinate representation of color #11C1CC: hue angle of 183.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C1CC is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 193 204 -
CMYK 0.92 0.05 0 0.2
HSL 183.53º 0.85% 0.43% -
HSV(B) 183.53º 0.92% 0.8% -
XYZ 30.2 42.62 63.76 -
YUV 141.63 163.19 39.11 -
System Red Green Blue C M Y K H S L
Decimal 17 193 204 0.92 0.05 0 0.2 183.53 0.85 0.43
Hex 11 C1 CC 5C 5 0 14 B8 55 2B
Octal 21 301 314 134 5 0 24 270 125 53
Binary 10001 11000001 11001100 1011100 101 0 10100 10111000 1010101 101011

Color Harmonies of #11C1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C1CC

Black with #11C1CC

Text Example


Text Example

White with #11C1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,193,204); }

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

background-color css

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

 a { background-color: rgb(17,193,204); }

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

border-color css

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

 span { border-color: rgb(17,193,204); }

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