#0AABDF

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

Shades of Iris Blue #0AABDF

Tints of Iris Blue #0AABDF

Color information

#0AABDF (or 0x0AABDF) is unknown color: approx Iris Blue. HEX triplet: 0A, AB and DF. RGB value is (10,171,223). Sum of RGB (Red+Green+Blue) = 10+171+223=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABDF is #F55420. Grayscale: #808080. Windows color (decimal): -16077857 or 14658314. OLE color: 14658314.

HSL color Cylindrical-coordinate representation of color #0AABDF: hue angle of 194.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AABDF is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10171223-
CMYK0.960.2300.13
HSL194.65º91.42%45.69%-
HSV(B)194.65º95.52%87.45%-
XYZ28.0134.5275-
YUV128.79181.1643.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.48%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 223 (87.5% from 255) = 55.20%
R=2.48%
G=42.33%
B=55.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101712230.960.2300.13194.6591.4245.69
HexAABDF60170Dc35b2e
Octal122533371402701530313356
Binary1010101010111101111111000001011101101110000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,171,223); }

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

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

 a { background-color: rgb(10,171,223); }

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

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

 span { border-color: rgb(10,171,223); }

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