Html Css Color HEX #0AB9BE Iris Blue

📋 copy color: '#0AB9BE'

red 10 ◦ green 185 ◦ blue 190

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

Shades of Iris Blue #0AB9BE

Tints of Iris Blue #0AB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.05%

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 2.6%
G = 48.05%
B = 49.35%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0AB9BE (or 0x0AB9BE) is known color: Iris Blue. HEX triplet: 0A, B9 and BE. RGB value is (10,185,190). Sum of RGB (Red+Green+Blue) = 10+185+190=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AB9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9BE is #F54641. Grayscale: #858585. Windows color (decimal): -16074306 or 12499210. OLE color: 12499210.

HSL color Cylindrical-coordinate representation of color #0AB9BE: hue angle of 181.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB9BE is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 185 190 -
CMYK 0.95 0.03 0 0.25
HSL 181.67º 0.9% 0.39% -
HSV(B) 181.67º 0.95% 0.75% -
XYZ 26.77 38.48 54.73 -
YUV 133.25 160.02 40.09 -
System Red Green Blue C M Y K H S L
Decimal 10 185 190 0.95 0.03 0 0.25 181.67 0.9 0.39
Hex A B9 BE 5F 3 0 19 B6 5A 27
Octal 12 271 276 137 3 0 31 266 132 47
Binary 1010 10111001 10111110 1011111 11 0 11001 10110110 1011010 100111

Color Harmonies of #0AB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB9BE

Black with #0AB9BE

Text Example


Text Example

White with #0AB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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