#10A7CD

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

Shades of Iris Blue #10A7CD

Tints of Iris Blue #10A7CD

Color information

#10A7CD (or 0x10A7CD) is unknown color: approx Iris Blue. HEX triplet: 10, A7 and CD. RGB value is (16,167,205). Sum of RGB (Red+Green+Blue) = 16+167+205=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #10A7CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A7CD is #EF5832. Grayscale: #7D7D7D. Windows color (decimal): -15685683 or 13477648. OLE color: 13477648.

HSL color Cylindrical-coordinate representation of color #10A7CD: hue angle of 192.06º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A7CD is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16167205-
CMYK0.920.1900.20
HSL192.06º85.52%43.33%-
HSV(B)192.06º92.2%80.39%-
XYZ25.0532.1662.64-
YUV126.18172.4749.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.12%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 205 (80.47% from 255) = 52.84%
R=4.12%
G=43.04%
B=52.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161672050.920.1900.20192.0685.5243.33
Hex10A7CD5C13014c0562b
Octal202473151342302430012653
Binary100001010011111001101101110010011010100110000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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