Html Css Color HEX #10AABF Iris Blue

📋 copy color: '#10AABF'

red 16 ◦ green 170 ◦ blue 191

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

Shades of Iris Blue #10AABF

Tints of Iris Blue #10AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 4.24%
G = 45.09%
B = 50.66%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10AABF (or 0x10AABF) is known color: Iris Blue. HEX triplet: 10, AA and BF. RGB value is (16,170,191). Sum of RGB (Red+Green+Blue) = 16+170+191=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #10AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AABF is #EF5540. Grayscale: #7E7E7E. Windows color (decimal): -15684929 or 12560912. OLE color: 12560912.

HSL color Cylindrical-coordinate representation of color #10AABF: hue angle of 187.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AABF is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 170 191 -
CMYK 0.92 0.11 0 0.25
HSL 187.2º 0.85% 0.41% -
HSV(B) 187.2º 0.92% 0.75% -
XYZ 23.99 32.62 54.32 -
YUV 126.35 164.48 49.29 -
System Red Green Blue C M Y K H S L
Decimal 16 170 191 0.92 0.11 0 0.25 187.2 0.85 0.41
Hex 10 AA BF 5C B 0 19 BB 55 29
Octal 20 252 277 134 13 0 31 273 125 51
Binary 10000 10101010 10111111 1011100 1011 0 11001 10111011 1010101 101001

Color Harmonies of #10AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AABF

Black with #10AABF

Text Example


Text Example

White with #10AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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