Html Css Color HEX #10AADE Iris Blue

📋 copy color: '#10AADE'

red 16 ◦ green 170 ◦ blue 222

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

Shades of Iris Blue #10AADE

Tints of Iris Blue #10AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 3.92%
G = 41.67%
B = 54.41%

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

#10AADE (or 0x10AADE) is known color: Iris Blue. HEX triplet: 10, AA and DE. RGB value is (16,170,222). Sum of RGB (Red+Green+Blue) = 16+170+222=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #10AADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AADE is #EF5521. Grayscale: #818181. Windows color (decimal): -15684898 or 14592528. OLE color: 14592528.

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

Color convert

RGB 16 170 222 -
CMYK 0.93 0.23 0 0.13
HSL 195.15º 0.87% 0.47% -
HSV(B) 195.15º 0.93% 0.87% -
XYZ 27.77 34.13 74.23 -
YUV 129.88 179.98 46.77 -
System Red Green Blue C M Y K H S L
Decimal 16 170 222 0.93 0.23 0 0.13 195.15 0.87 0.47
Hex 10 AA DE 5D 17 0 D C3 57 2F
Octal 20 252 336 135 27 0 15 303 127 57
Binary 10000 10101010 11011110 1011101 10111 0 1101 11000011 1010111 101111

Color Harmonies of #10AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AADE

Black with #10AADE

Text Example


Text Example

White with #10AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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