#10ACE3

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

Shades of Iris Blue #10ACE3

Tints of Iris Blue #10ACE3

Color information

#10ACE3 (or 0x10ACE3) is unknown color: approx Iris Blue. HEX triplet: 10, AC and E3. RGB value is (16,172,227). Sum of RGB (Red+Green+Blue) = 16+172+227=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #10ACE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACE3 is #EF531C. Grayscale: #838383. Windows color (decimal): -15684381 or 14920720. OLE color: 14920720.

HSL color Cylindrical-coordinate representation of color #10ACE3: hue angle of 195.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ACE3 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16172227-
CMYK0.930.2400.11
HSL195.64º86.83%47.65%-
HSV(B)195.64º92.95%89.02%-
XYZ28.8335.1677.94-
YUV131.63181.8245.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.86%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 227 (89.06% from 255) = 54.70%
R=3.86%
G=41.45%
B=54.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161722270.930.2400.11195.6486.8347.65
Hex10ACE35D180Bc45730
Octal202543431353001330412760
Binary10000101011001110001110111011100001011110001001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,172,227); }

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

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

 a { background-color: rgb(16,172,227); }

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

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

 span { border-color: rgb(16,172,227); }

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