Html Css Color HEX #10AADD Iris Blue

📋 copy color: '#10AADD'

red 16 ◦ green 170 ◦ blue 221

#10AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #10AADD

Tints of Iris Blue #10AADD

RGB

 RED value IS 16 (6.64% from 255) = 3.93%

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 3.93%
G = 41.77%
B = 54.3%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10AADD (or 0x10AADD) is known color: Iris Blue. HEX triplet: 10, AA and DD. RGB value is (16,170,221). Sum of RGB (Red+Green+Blue) = 16+170+221=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #10AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AADD is #EF5522. Grayscale: #818181. Windows color (decimal): -15684899 or 14526992. OLE color: 14526992.

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

Color convert

RGB 16 170 221 -
CMYK 0.93 0.23 0 0.13
HSL 194.93º 0.86% 0.46% -
HSV(B) 194.93º 0.93% 0.87% -
XYZ 27.64 34.08 73.53 -
YUV 129.77 179.48 46.85 -
System Red Green Blue C M Y K H S L
Decimal 16 170 221 0.93 0.23 0 0.13 194.93 0.86 0.46
Hex 10 AA DD 5D 17 0 D C3 56 2E
Octal 20 252 335 135 27 0 15 303 126 56
Binary 10000 10101010 11011101 1011101 10111 0 1101 11000011 1010110 101110

Color Harmonies of #10AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AADD

Black with #10AADD

Text Example


Text Example

White with #10AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10AADD;
 }
 .AnyTagClassName
 {
   color: #10AADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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