#10B3D9

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

Shades of Iris Blue #10B3D9

Tints of Iris Blue #10B3D9

Color information

#10B3D9 (or 0x10B3D9) is unknown color: approx Iris Blue. HEX triplet: 10, B3 and D9. RGB value is (16,179,217). Sum of RGB (Red+Green+Blue) = 16+179+217=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #10B3D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3D9 is #EF4C26. Grayscale: #868686. Windows color (decimal): -15682599 or 14267152. OLE color: 14267152.

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

Color convert

RGB16179217-
CMYK0.930.1800.15
HSL191.34º86.27%45.69%-
HSV(B)191.34º92.63%85.1%-
XYZ28.8637.3671.34-
YUV134.6174.543.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.88%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 217 (85.16% from 255) = 52.67%
R=3.88%
G=43.45%
B=52.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161792170.930.1800.15191.3486.2745.69
Hex10B3D95D120Fbf562e
Octal202633311352201727712656
Binary10000101100111101100110111011001001111101111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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