#0AAECD

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

Shades of Iris Blue #0AAECD

Tints of Iris Blue #0AAECD

Color information

#0AAECD (or 0x0AAECD) is unknown color: approx Iris Blue. HEX triplet: 0A, AE and CD. RGB value is (10,174,205). Sum of RGB (Red+Green+Blue) = 10+174+205=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AAECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAECD is #F55132. Grayscale: #808080. Windows color (decimal): -16077107 or 13479434. OLE color: 13479434.

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

Color convert

RGB10174205-
CMYK0.950.1500.20
HSL189.54º90.7%42.16%-
HSV(B)189.54º95.12%80.39%-
XYZ26.2834.7463.08-
YUV128.5171.1743.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.57%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 205 (80.47% from 255) = 52.70%
R=2.57%
G=44.73%
B=52.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101742050.950.1500.20189.5490.742.16
HexAAECD5FF014be5b2a
Octal122563151371702427613352
Binary1010101011101100110110111111111010100101111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,174,205); }

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

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

 a { background-color: rgb(10,174,205); }

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

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

 span { border-color: rgb(10,174,205); }

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