Html Css Color HEX #11B0CC Iris Blue

📋 copy color: '#11B0CC'

red 17 ◦ green 176 ◦ blue 204

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

Shades of Iris Blue #11B0CC

Tints of Iris Blue #11B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

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

R = 4.28%
G = 44.33%
B = 51.39%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#11B0CC (or 0x11B0CC) is known color: Iris Blue. HEX triplet: 11, B0 and CC. RGB value is (17,176,204). Sum of RGB (Red+Green+Blue) = 17+176+204=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #11B0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B0CC is #EE4F33. Grayscale: #838383. Windows color (decimal): -15617844 or 13414417. OLE color: 13414417.

HSL color Cylindrical-coordinate representation of color #11B0CC: hue angle of 188.98º 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 #11B0CC is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 176 204 -
CMYK 0.92 0.14 0 0.2
HSL 188.98º 0.85% 0.43% -
HSV(B) 188.98º 0.92% 0.8% -
XYZ 26.66 35.53 62.58 -
YUV 131.65 168.82 46.22 -
System Red Green Blue C M Y K H S L
Decimal 17 176 204 0.92 0.14 0 0.2 188.98 0.85 0.43
Hex 11 B0 CC 5C E 0 14 BD 55 2B
Octal 21 260 314 134 16 0 24 275 125 53
Binary 10001 10110000 11001100 1011100 1110 0 10100 10111101 1010101 101011

Color Harmonies of #11B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B0CC

Black with #11B0CC

Text Example


Text Example

White with #11B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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