#0ab6ce

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

Shades of Iris Blue #0AB6CE

Tints of Iris Blue #0AB6CE

Color information

#0AB6CE (or 0x0AB6CE) is unknown color: approx Iris Blue. HEX triplet: 0A, B6 and CE. RGB value is (10,182,206). Sum of RGB (Red+Green+Blue) = 10+182+206=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB6CE is #F54931. Grayscale: #858585. Windows color (decimal): -16075058 or 13547018. OLE color: 13547018.

HSL color Cylindrical-coordinate representation of color #0AB6CE: hue angle of 187.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB6CE is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10182206-
CMYK0.950.1200.19
HSL187.35º90.74%42.35%-
HSV(B)187.35º95.15%80.78%-
XYZ27.9937.9864.25-
YUV133.31169.0240.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.51%
GREEN value IS 182 (71.48% from 255) = 45.73%
BLUE value IS 206 (80.86% from 255) = 51.76%
R=2.51%
G=45.73%
B=51.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101822060.950.1200.19187.3590.7442.35
HexAB6CE5FC013bb5b2a
Octal122663161371402327313352
Binary1010101101101100111010111111100010011101110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ab6ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,182,206); }

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

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

 a { background-color: rgb(10,182,206); }

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

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

 span { border-color: rgb(10,182,206); }

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