Html Css Color HEX #0AAEB9 Iris Blue

📋 copy color: '#0AAEB9'

red 10 ◦ green 174 ◦ blue 185

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

Shades of Iris Blue #0AAEB9

Tints of Iris Blue #0AAEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.15%

 BLUE value IS 185 (72.66% from 255) = 50.14%

R = 2.71%
G = 47.15%
B = 50.14%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0AAEB9 (or 0x0AAEB9) is known color: Iris Blue. HEX triplet: 0A, AE and B9. RGB value is (10,174,185). Sum of RGB (Red+Green+Blue) = 10+174+185=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #0AAEB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEB9 is #F55146. Grayscale: #7E7E7E. Windows color (decimal): -16077127 or 12168714. OLE color: 12168714.

HSL color Cylindrical-coordinate representation of color #0AAEB9: hue angle of 183.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEB9 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 174 185 -
CMYK 0.95 0.06 0 0.27
HSL 183.77º 0.9% 0.38% -
HSV(B) 183.77º 0.95% 0.73% -
XYZ 24.02 33.84 51.16 -
YUV 126.22 161.17 45.11 -
System Red Green Blue C M Y K H S L
Decimal 10 174 185 0.95 0.06 0 0.27 183.77 0.9 0.38
Hex A AE B9 5F 6 0 1B B8 5A 26
Octal 12 256 271 137 6 0 33 270 132 46
Binary 1010 10101110 10111001 1011111 110 0 11011 10111000 1011010 100110

Color Harmonies of #0AAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEB9

Black with #0AAEB9

Text Example


Text Example

White with #0AAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,174,185); }

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

background-color css

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

 a { background-color: rgb(10,174,185); }

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

border-color css

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

 span { border-color: rgb(10,174,185); }

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