#10A8DD

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

Shades of Iris Blue #10A8DD

Tints of Iris Blue #10A8DD

Color information

#10A8DD (or 0x10A8DD) is unknown color: approx Iris Blue. HEX triplet: 10, A8 and DD. RGB value is (16,168,221). Sum of RGB (Red+Green+Blue) = 16+168+221=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #10A8DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8DD is #EF5722. Grayscale: #808080. Windows color (decimal): -15685411 or 14526480. OLE color: 14526480.

HSL color Cylindrical-coordinate representation of color #10A8DD: hue angle of 195.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A8DD is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16168221-
CMYK0.930.2400.13
HSL195.51º86.5%46.47%-
HSV(B)195.51º92.76%86.67%-
XYZ27.2733.3473.4-
YUV128.59180.1447.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.95%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=3.95%
G=41.48%
B=54.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161682210.930.2400.13195.5186.546.47
Hex10A8DD5D180Dc4562e
Octal202503351353001530412656
Binary10000101010001101110110111011100001101110001001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,168,221); }

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

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

 a { background-color: rgb(16,168,221); }

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

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

 span { border-color: rgb(16,168,221); }

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