#0ABABB

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

Shades of Iris Blue #0ABABB

Tints of Iris Blue #0ABABB

Color information

#0ABABB (or 0x0ABABB) is unknown color: approx Iris Blue. HEX triplet: 0A, BA and BB. RGB value is (10,186,187). Sum of RGB (Red+Green+Blue) = 10+186+187=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #0ABABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABABB is #F54544. Grayscale: #858585. Windows color (decimal): -16074053 or 12302858. OLE color: 12302858.

HSL color Cylindrical-coordinate representation of color #0ABABB: hue angle of 180.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABABB is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10186187-
CMYK0.950.0100.27
HSL180.34º89.85%38.63%-
HSV(B)180.34º94.65%73.33%-
XYZ26.6538.7753.09-
YUV133.49158.1939.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.61%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=2.61%
G=48.56%
B=48.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861870.950.0100.27180.3489.8538.63
HexABABB5F101Bb45a27
Octal12272273137103326413247
Binary1010101110101011101110111111011011101101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,186,187); }

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

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

 a { background-color: rgb(10,186,187); }

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

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

 span { border-color: rgb(10,186,187); }

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