Html Css Color HEX #11BABA Iris Blue

📋 copy color: '#11BABA'

red 17 ◦ green 186 ◦ blue 186

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

Shades of Iris Blue #11BABA

Tints of Iris Blue #11BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 4.37%
G = 47.81%
B = 47.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#11BABA (or 0x11BABA) is known color: Iris Blue. HEX triplet: 11, BA and BA. RGB value is (17,186,186). Sum of RGB (Red+Green+Blue) = 17+186+186=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #11BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BABA is #EE4545. Grayscale: #878787. Windows color (decimal): -15615302 or 12237329. OLE color: 12237329.

HSL color Cylindrical-coordinate representation of color #11BABA: hue angle of 180º 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 #11BABA is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 186 -
CMYK 0.91 0 0 0.27
HSL 180º 0.83% 0.4% -
HSV(B) 180º 0.91% 0.73% -
XYZ 26.65 38.78 52.54 -
YUV 135.47 156.51 43.5 -
System Red Green Blue C M Y K H S L
Decimal 17 186 186 0.91 0 0 0.27 180 0.83 0.4
Hex 11 BA BA 5B 0 0 1B B4 53 28
Octal 21 272 272 133 0 0 33 264 123 50
Binary 10001 10111010 10111010 1011011 0 0 11011 10110100 1010011 101000

Color Harmonies of #11BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BABA

Black with #11BABA

Text Example


Text Example

White with #11BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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