Html Css Color HEX #10AABB Iris Blue

📋 copy color: '#10AABB'

red 16 ◦ green 170 ◦ blue 187

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

Shades of Iris Blue #10AABB

Tints of Iris Blue #10AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 4.29%
G = 45.58%
B = 50.13%

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

#10AABB (or 0x10AABB) is known color: Iris Blue. HEX triplet: 10, AA and BB. RGB value is (16,170,187). Sum of RGB (Red+Green+Blue) = 16+170+187=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #10AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AABB is #EF5544. Grayscale: #7D7D7D. Windows color (decimal): -15684933 or 12298768. OLE color: 12298768.

HSL color Cylindrical-coordinate representation of color #10AABB: hue angle of 185.96º 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 #10AABB is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 170 187 -
CMYK 0.91 0.09 0 0.27
HSL 185.96º 0.84% 0.4% -
HSV(B) 185.96º 0.91% 0.73% -
XYZ 23.56 32.45 52.04 -
YUV 125.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 16 170 187 0.91 0.09 0 0.27 185.96 0.84 0.4
Hex 10 AA BB 5B 9 0 1B BA 54 28
Octal 20 252 273 133 11 0 33 272 124 50
Binary 10000 10101010 10111011 1011011 1001 0 11011 10111010 1010100 101000

Color Harmonies of #10AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AABB

Black with #10AABB

Text Example


Text Example

White with #10AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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