#0BBAE1

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

Shades of Iris Blue #0BBAE1

Tints of Iris Blue #0BBAE1

Color information

#0BBAE1 (or 0x0BBAE1) is unknown color: approx Iris Blue. HEX triplet: 0B, BA and E1. RGB value is (11,186,225). Sum of RGB (Red+Green+Blue) = 11+186+225=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #0BBAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBAE1 is #F4451E. Grayscale: #898989. Windows color (decimal): -16008479 or 14793227. OLE color: 14793227.

HSL color Cylindrical-coordinate representation of color #0BBAE1: hue angle of 190.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBAE1 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11186225-
CMYK0.950.1700.12
HSL190.93º90.68%46.27%-
HSV(B)190.93º95.11%88.24%-
XYZ31.2940.6377.43-
YUV138.12177.0237.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.61%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 225 (88.28% from 255) = 53.32%
R=2.61%
G=44.08%
B=53.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal111862250.950.1700.12190.9390.6846.27
HexBBAE15F110Cbf5b2e
Octal132723411372101427713356
Binary1011101110101110000110111111000101100101111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,186,225); }

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

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

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

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

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

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

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