#0BABCA

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

Shades of Iris Blue #0BABCA

Tints of Iris Blue #0BABCA

Color information

#0BABCA (or 0x0BABCA) is unknown color: approx Iris Blue. HEX triplet: 0B, AB and CA. RGB value is (11,171,202). Sum of RGB (Red+Green+Blue) = 11+171+202=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #0BABCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABCA is #F45435. Grayscale: #7E7E7E. Windows color (decimal): -16012342 or 13282059. OLE color: 13282059.

HSL color Cylindrical-coordinate representation of color #0BABCA: hue angle of 189.74º 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 #0BABCA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11171202-
CMYK0.950.1500.21
HSL189.74º89.67%41.76%-
HSV(B)189.74º94.55%79.22%-
XYZ25.3633.4661-
YUV126.69170.4945.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.86%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=2.86%
G=44.53%
B=52.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111712020.950.1500.21189.7489.6741.76
HexBABCA5FF015be5a2a
Octal132533121371702527613252
Binary1011101010111100101010111111111010101101111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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