Html Css Color HEX #10AABA Iris Blue

📋 copy color: '#10AABA'

red 16 ◦ green 170 ◦ blue 186

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

Shades of Iris Blue #10AABA

Tints of Iris Blue #10AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 4.3%
G = 45.7%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10AABA (or 0x10AABA) is known color: Iris Blue. HEX triplet: 10, AA and BA. RGB value is (16,170,186). Sum of RGB (Red+Green+Blue) = 16+170+186=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #10AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AABA is #EF5545. Grayscale: #7D7D7D. Windows color (decimal): -15684934 or 12233232. OLE color: 12233232.

HSL color Cylindrical-coordinate representation of color #10AABA: hue angle of 185.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AABA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 170 186 -
CMYK 0.91 0.09 0 0.27
HSL 185.65º 0.84% 0.4% -
HSV(B) 185.65º 0.91% 0.73% -
XYZ 23.45 32.4 51.47 -
YUV 125.78 161.98 49.7 -
System Red Green Blue C M Y K H S L
Decimal 16 170 186 0.91 0.09 0 0.27 185.65 0.84 0.4
Hex 10 AA BA 5B 9 0 1B BA 54 28
Octal 20 252 272 133 11 0 33 272 124 50
Binary 10000 10101010 10111010 1011011 1001 0 11011 10111010 1010100 101000

Color Harmonies of #10AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AABA

Black with #10AABA

Text Example


Text Example

White with #10AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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