#10A7E1

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

Shades of Iris Blue #10A7E1

Tints of Iris Blue #10A7E1

Color information

#10A7E1 (or 0x10A7E1) is unknown color: approx Iris Blue. HEX triplet: 10, A7 and E1. RGB value is (16,167,225). Sum of RGB (Red+Green+Blue) = 16+167+225=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #10A7E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A7E1 is #EF581E. Grayscale: #808080. Windows color (decimal): -15685663 or 14788368. OLE color: 14788368.

HSL color Cylindrical-coordinate representation of color #10A7E1: hue angle of 196.65º 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 #10A7E1 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16167225-
CMYK0.930.2600.12
HSL196.65º86.72%47.25%-
HSV(B)196.65º92.89%88.24%-
XYZ27.6233.1876.18-
YUV128.46182.4747.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.92%
GREEN value IS 167 (65.62% from 255) = 40.93%
BLUE value IS 225 (88.28% from 255) = 55.15%
R=3.92%
G=40.93%
B=55.15%

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
Decimal161672250.930.2600.12196.6586.7247.25
Hex10A7E15D1A0Cc5572f
Octal202473411353201430512757
Binary10000101001111110000110111011101001100110001011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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