#0BACBC

Color #0BACBC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0BACBC

Tints of Iris Blue #0BACBC

Color information

#0BACBC (or 0x0BACBC) is unknown color: approx Iris Blue. HEX triplet: 0B, AC and BC. RGB value is (11,172,188). Sum of RGB (Red+Green+Blue) = 11+172+188=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACBC is #F45343. Grayscale: #7D7D7D. Windows color (decimal): -16012100 or 12364811. OLE color: 12364811.

HSL color Cylindrical-coordinate representation of color #0BACBC: hue angle of 185.42º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BACBC is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11172188-
CMYK0.940.0900.26
HSL185.42º88.94%39.02%-
HSV(B)185.42º94.15%73.73%-
XYZ23.9733.2152.72-
YUV125.68163.1646.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.96%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=2.96%
G=46.36%
B=50.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111721880.940.0900.26185.4288.9439.02
HexBACBC5E901Ab95927
Octal132542741361103227113147
Binary1011101011001011110010111101001011010101110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BACBC; }

 p { color: rgb(11,172,188); }

 H1.HeaderClassName
 {
   color: #0BACBC;
 }
 .AnyTagClassName
 {
   color: #0BACBC;
 }
</style>
background-color css

<style>
 a { background-color: #0BACBC; }

 a { background-color: rgb(11,172,188); }

 div.DivClassName
 {
   background-color: #0BACBC;
 }
 .BgClassName
 {
   background-color: #0BACBC;
 }
</style>
border-color css

<style>
 span { border-color: #0BACBC; }

 span { border-color: rgb(11,172,188); }

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