#10B7DD

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

Shades of Iris Blue #10B7DD

Tints of Iris Blue #10B7DD

Color information

#10B7DD (or 0x10B7DD) is unknown color: approx Iris Blue. HEX triplet: 10, B7 and DD. RGB value is (16,183,221). Sum of RGB (Red+Green+Blue) = 16+183+221=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #10B7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B7DD is #EF4822. Grayscale: #898989. Windows color (decimal): -15681571 or 14530320. OLE color: 14530320.

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

Color convert

RGB16183221-
CMYK0.930.1700.13
HSL191.12º86.5%46.47%-
HSV(B)191.12º92.76%86.67%-
XYZ30.239.274.38-
YUV137.4175.1741.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.81%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 221 (86.72% from 255) = 52.62%
R=3.81%
G=43.57%
B=52.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161832210.930.1700.13191.1286.546.47
Hex10B7DD5D110Dbf562e
Octal202673351352101527712656
Binary10000101101111101110110111011000101101101111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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