Html Css Color HEX #10AABC Iris Blue

📋 copy color: '#10AABC'

red 16 ◦ green 170 ◦ blue 188

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

Shades of Iris Blue #10AABC

Tints of Iris Blue #10AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 4.28%
G = 45.45%
B = 50.27%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10AABC (or 0x10AABC) is known color: Iris Blue. HEX triplet: 10, AA and BC. RGB value is (16,170,188). Sum of RGB (Red+Green+Blue) = 16+170+188=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #10AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AABC is #EF5543. Grayscale: #7D7D7D. Windows color (decimal): -15684932 or 12364304. OLE color: 12364304.

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

Color convert

RGB 16 170 188 -
CMYK 0.91 0.10 0 0.26
HSL 186.28º 0.84% 0.4% -
HSV(B) 186.28º 0.91% 0.74% -
XYZ 23.67 32.49 52.6 -
YUV 126.01 162.98 49.54 -
System Red Green Blue C M Y K H S L
Decimal 16 170 188 0.91 0.10 0 0.26 186.28 0.84 0.4
Hex 10 AA BC 5B A 0 1A BA 54 28
Octal 20 252 274 133 12 0 32 272 124 50
Binary 10000 10101010 10111100 1011011 1010 0 11010 10111010 1010100 101000

Color Harmonies of #10AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AABC

Black with #10AABC

Text Example


Text Example

White with #10AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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