#0BA8DB

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

Shades of Iris Blue #0BA8DB

Tints of Iris Blue #0BA8DB

Color information

#0BA8DB (or 0x0BA8DB) is unknown color: approx Iris Blue. HEX triplet: 0B, A8 and DB. RGB value is (11,168,219). Sum of RGB (Red+Green+Blue) = 11+168+219=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BA8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA8DB is #F45724. Grayscale: #7E7E7E. Windows color (decimal): -16013093 or 14395403. OLE color: 14395403.

HSL color Cylindrical-coordinate representation of color #0BA8DB: hue angle of 194.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA8DB is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11168219-
CMYK0.950.2300.14
HSL194.71º90.43%45.1%-
HSV(B)194.71º94.98%85.88%-
XYZ26.9333.1972.01-
YUV126.87179.9945.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.76%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=2.76%
G=42.21%
B=55.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111682190.950.2300.14194.7190.4345.1
HexBA8DB5F170Ec35a2d
Octal132503331372701630313255
Binary1011101010001101101110111111011101110110000111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,168,219); }

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

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

 a { background-color: rgb(11,168,219); }

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

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

 span { border-color: rgb(11,168,219); }

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