#10B6DD

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

Shades of Iris Blue #10B6DD

Tints of Iris Blue #10B6DD

Color information

#10B6DD (or 0x10B6DD) is unknown color: approx Iris Blue. HEX triplet: 10, B6 and DD. RGB value is (16,182,221). Sum of RGB (Red+Green+Blue) = 16+182+221=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #10B6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B6DD is #EF4922. Grayscale: #888888. Windows color (decimal): -15681827 or 14530064. OLE color: 14530064.

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

Color convert

RGB16182221-
CMYK0.930.1800.13
HSL191.41º86.5%46.47%-
HSV(B)191.41º92.76%86.67%-
XYZ29.9938.7974.31-
YUV136.81175.541.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.82%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=3.82%
G=43.44%
B=52.74%

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
Decimal161822210.930.1800.13191.4186.546.47
Hex10B6DD5D120Dbf562e
Octal202663351352201527712656
Binary10000101101101101110110111011001001101101111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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