#0AB2CA

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

Shades of Iris Blue #0AB2CA

Tints of Iris Blue #0AB2CA

Color information

#0AB2CA (or 0x0AB2CA) is unknown color: approx Iris Blue. HEX triplet: 0A, B2 and CA. RGB value is (10,178,202). Sum of RGB (Red+Green+Blue) = 10+178+202=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #0AB2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2CA is #F54D35. Grayscale: #828282. Windows color (decimal): -16076086 or 13283850. OLE color: 13283850.

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

Color convert

RGB10178202-
CMYK0.950.1200.21
HSL187.5º90.57%41.57%-
HSV(B)187.5º95.05%79.22%-
XYZ26.7136.1761.45-
YUV130.5168.3442.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.56%
GREEN value IS 178 (69.92% from 255) = 45.64%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=2.56%
G=45.64%
B=51.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101782020.950.1200.21187.590.5741.57
HexAB2CA5FC015bc5b2a
Octal122623121371402527413352
Binary1010101100101100101010111111100010101101111001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,178,202); }

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

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

 a { background-color: rgb(10,178,202); }

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

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

 span { border-color: rgb(10,178,202); }

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