Html Css Color HEX #11BABB Iris Blue

📋 copy color: '#11BABB'

red 17 ◦ green 186 ◦ blue 187

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

Shades of Iris Blue #11BABB

Tints of Iris Blue #11BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 4.36%
G = 47.69%
B = 47.95%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11BABB (or 0x11BABB) is known color: Iris Blue. HEX triplet: 11, BA and BB. RGB value is (17,186,187). Sum of RGB (Red+Green+Blue) = 17+186+187=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #11BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BABB is #EE4544. Grayscale: #878787. Windows color (decimal): -15615301 or 12302865. OLE color: 12302865.

HSL color Cylindrical-coordinate representation of color #11BABB: hue angle of 180.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BABB is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 187 -
CMYK 0.91 0.01 0 0.27
HSL 180.35º 0.83% 0.4% -
HSV(B) 180.35º 0.91% 0.73% -
XYZ 26.76 38.82 53.1 -
YUV 135.58 157.01 43.42 -
System Red Green Blue C M Y K H S L
Decimal 17 186 187 0.91 0.01 0 0.27 180.35 0.83 0.4
Hex 11 BA BB 5B 1 0 1B B4 53 28
Octal 21 272 273 133 1 0 33 264 123 50
Binary 10001 10111010 10111011 1011011 1 0 11011 10110100 1010011 101000

Color Harmonies of #11BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BABB

Black with #11BABB

Text Example


Text Example

White with #11BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,186,187); }

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

background-color css

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

 a { background-color: rgb(17,186,187); }

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

border-color css

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

 span { border-color: rgb(17,186,187); }

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