#0BB9CA

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

Shades of Iris Blue #0BB9CA

Tints of Iris Blue #0BB9CA

Color information

#0BB9CA (or 0x0BB9CA) is unknown color: approx Iris Blue. HEX triplet: 0B, B9 and CA. RGB value is (11,185,202). Sum of RGB (Red+Green+Blue) = 11+185+202=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #0BB9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB9CA is #F44635. Grayscale: #868686. Windows color (decimal): -16008758 or 13285643. OLE color: 13285643.

HSL color Cylindrical-coordinate representation of color #0BB9CA: hue angle of 185.34º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB9CA is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11185202-
CMYK0.950.0800.21
HSL185.34º89.67%41.76%-
HSV(B)185.34º94.55%79.22%-
XYZ28.1539.0361.93-
YUV134.91165.8539.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.76%
GREEN value IS 185 (72.66% from 255) = 46.48%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=2.76%
G=46.48%
B=50.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111852020.950.0800.21185.3489.6741.76
HexBB9CA5F8015b95a2a
Octal132713121371002527113252
Binary1011101110011100101010111111000010101101110011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,185,202); }

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

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

 a { background-color: rgb(11,185,202); }

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

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

 span { border-color: rgb(11,185,202); }

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