#10B3DD

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

Shades of Iris Blue #10B3DD

Tints of Iris Blue #10B3DD

Color information

#10B3DD (or 0x10B3DD) is unknown color: approx Iris Blue. HEX triplet: 10, B3 and DD. RGB value is (16,179,221). Sum of RGB (Red+Green+Blue) = 16+179+221=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #10B3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3DD is #EF4C22. Grayscale: #868686. Windows color (decimal): -15682595 or 14529296. OLE color: 14529296.

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

Color convert

RGB16179221-
CMYK0.930.1900.13
HSL192.29º86.5%46.47%-
HSV(B)192.29º92.76%86.67%-
XYZ29.3837.5774.11-
YUV135.05176.543.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.85%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=3.85%
G=43.03%
B=53.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161792210.930.1900.13192.2986.546.47
Hex10B3DD5D130Dc0562e
Octal202633351352301530012656
Binary10000101100111101110110111011001101101110000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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