Html Css Color HEX #0AAAB5 Iris Blue

📋 copy color: '#0AAAB5'

red 10 ◦ green 170 ◦ blue 181

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

Shades of Iris Blue #0AAAB5

Tints of Iris Blue #0AAAB5

RGB

 RED value IS 10 (4.3% from 255) = 2.77%

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

 BLUE value IS 181 (71.09% from 255) = 50.14%

R = 2.77%
G = 47.09%
B = 50.14%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0AAAB5 (or 0x0AAAB5) is known color: Iris Blue. HEX triplet: 0A, AA and B5. RGB value is (10,170,181). Sum of RGB (Red+Green+Blue) = 10+170+181=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #0AAAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAAB5 is #F5554A. Grayscale: #7B7B7B. Windows color (decimal): -16078155 or 11905546. OLE color: 11905546.

HSL color Cylindrical-coordinate representation of color #0AAAB5: hue angle of 183.86º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAAB5 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 170 181 -
CMYK 0.94 0.06 0 0.29
HSL 183.86º 0.9% 0.37% -
HSV(B) 183.86º 0.94% 0.71% -
XYZ 22.84 32.15 48.72 -
YUV 123.41 160.49 47.11 -
System Red Green Blue C M Y K H S L
Decimal 10 170 181 0.94 0.06 0 0.29 183.86 0.9 0.37
Hex A AA B5 5E 6 0 1D B8 5A 25
Octal 12 252 265 136 6 0 35 270 132 45
Binary 1010 10101010 10110101 1011110 110 0 11101 10111000 1011010 100101

Color Harmonies of #0AAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAB5

Black with #0AAAB5

Text Example


Text Example

White with #0AAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAAB5; }

 p { color: rgb(10,170,181); }

 H1.HeaderClassName
 {
   color: #0AAAB5;
 }
 .AnyTagClassName
 {
   color: #0AAAB5;
 }
</style>

background-color css

<style>
 a { background-color: #0AAAB5; }

 a { background-color: rgb(10,170,181); }

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

border-color css

<style>
 span { border-color: #0AAAB5; }

 span { border-color: rgb(10,170,181); }

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