#10A6E1

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

Shades of Iris Blue #10A6E1

Tints of Iris Blue #10A6E1

Color information

#10A6E1 (or 0x10A6E1) is unknown color: approx Iris Blue. HEX triplet: 10, A6 and E1. RGB value is (16,166,225). Sum of RGB (Red+Green+Blue) = 16+166+225=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #10A6E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6E1 is #EF591E. Grayscale: #7F7F7F. Windows color (decimal): -15685919 or 14788112. OLE color: 14788112.

HSL color Cylindrical-coordinate representation of color #10A6E1: hue angle of 196.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A6E1 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16166225-
CMYK0.930.2600.12
HSL196.94º86.72%47.25%-
HSV(B)196.94º92.89%88.24%-
XYZ27.4432.8276.12-
YUV127.88182.848.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.93%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 225 (88.28% from 255) = 55.28%
R=3.93%
G=40.79%
B=55.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161662250.930.2600.12196.9486.7247.25
Hex10A6E15D1A0Cc5572f
Octal202463411353201430512757
Binary10000101001101110000110111011101001100110001011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A6E1; }

 p { color: rgb(16,166,225); }

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

<style>
 a { background-color: #10A6E1; }

 a { background-color: rgb(16,166,225); }

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

<style>
 span { border-color: #10A6E1; }

 span { border-color: rgb(16,166,225); }

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