Html Css Color HEX #10AADC Iris Blue

📋 copy color: '#10AADC'

red 16 ◦ green 170 ◦ blue 220

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

Shades of Iris Blue #10AADC

Tints of Iris Blue #10AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 3.94%
G = 41.87%
B = 54.19%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10AADC (or 0x10AADC) is known color: Iris Blue. HEX triplet: 10, AA and DC. RGB value is (16,170,220). Sum of RGB (Red+Green+Blue) = 16+170+220=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #10AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AADC is #EF5523. Grayscale: #818181. Windows color (decimal): -15684900 or 14461456. OLE color: 14461456.

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

Color convert

RGB 16 170 220 -
CMYK 0.93 0.23 0 0.14
HSL 194.71º 0.86% 0.46% -
HSV(B) 194.71º 0.93% 0.86% -
XYZ 27.51 34.03 72.83 -
YUV 129.65 178.98 46.93 -
System Red Green Blue C M Y K H S L
Decimal 16 170 220 0.93 0.23 0 0.14 194.71 0.86 0.46
Hex 10 AA DC 5D 17 0 E C3 56 2E
Octal 20 252 334 135 27 0 16 303 126 56
Binary 10000 10101010 11011100 1011101 10111 0 1110 11000011 1010110 101110

Color Harmonies of #10AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AADC

Black with #10AADC

Text Example


Text Example

White with #10AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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