#10B5DD

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

Shades of Iris Blue #10B5DD

Tints of Iris Blue #10B5DD

Color information

#10B5DD (or 0x10B5DD) is unknown color: approx Iris Blue. HEX triplet: 10, B5 and DD. RGB value is (16,181,221). Sum of RGB (Red+Green+Blue) = 16+181+221=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #10B5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5DD is #EF4A22. Grayscale: #878787. Windows color (decimal): -15682083 or 14529808. OLE color: 14529808.

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

Color convert

RGB16181221-
CMYK0.930.1800.13
HSL191.71º86.5%46.47%-
HSV(B)191.71º92.76%86.67%-
XYZ29.7938.3874.24-
YUV136.23175.8442.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.83%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 221 (86.72% from 255) = 52.87%
R=3.83%
G=43.30%
B=52.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161812210.930.1800.13191.7186.546.47
Hex10B5DD5D120Dc0562e
Octal202653351352201530012656
Binary10000101101011101110110111011001001101110000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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