Html Css Color HEX #11B3CF Iris Blue

📋 copy color: '#11B3CF'

red 17 ◦ green 179 ◦ blue 207

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

Shades of Iris Blue #11B3CF

Tints of Iris Blue #11B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

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

R = 4.22%
G = 44.42%
B = 51.36%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11B3CF (or 0x11B3CF) is known color: Iris Blue. HEX triplet: 11, B3 and CF. RGB value is (17,179,207). Sum of RGB (Red+Green+Blue) = 17+179+207=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #11B3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B3CF is #EE4C30. Grayscale: #858585. Windows color (decimal): -15617073 or 13611793. OLE color: 13611793.

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

Color convert

RGB 17 179 207 -
CMYK 0.92 0.14 0 0.19
HSL 188.84º 0.85% 0.44% -
HSV(B) 188.84º 0.92% 0.81% -
XYZ 27.61 36.86 64.69 -
YUV 133.75 169.33 44.72 -
System Red Green Blue C M Y K H S L
Decimal 17 179 207 0.92 0.14 0 0.19 188.84 0.85 0.44
Hex 11 B3 CF 5C E 0 13 BD 55 2C
Octal 21 263 317 134 16 0 23 275 125 54
Binary 10001 10110011 11001111 1011100 1110 0 10011 10111101 1010101 101100

Color Harmonies of #11B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B3CF

Black with #11B3CF

Text Example


Text Example

White with #11B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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