Html Css Color HEX #0AB9B5 Iris Blue

📋 copy color: '#0AB9B5'

red 10 ◦ green 185 ◦ blue 181

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

Shades of Iris Blue #0AB9B5

Tints of Iris Blue #0AB9B5

RGB

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

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

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

R = 2.66%
G = 49.2%
B = 48.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#0AB9B5 (or 0x0AB9B5) is known color: Iris Blue. HEX triplet: 0A, B9 and B5. RGB value is (10,185,181). Sum of RGB (Red+Green+Blue) = 10+185+181=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB9B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9B5 is #F5464A. Grayscale: #848484. Windows color (decimal): -16074315 or 11909386. OLE color: 11909386.

HSL color Cylindrical-coordinate representation of color #0AB9B5: hue angle of 178.63º 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 #0AB9B5 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 185 181 -
CMYK 0.95 0 0.02 0.27
HSL 178.63º 0.9% 0.38% -
HSV(B) 178.63º 0.95% 0.73% -
XYZ 25.81 38.1 49.71 -
YUV 132.22 155.52 40.83 -
System Red Green Blue C M Y K H S L
Decimal 10 185 181 0.95 0 0.02 0.27 178.63 0.9 0.38
Hex A B9 B5 5F 0 2 1B B3 5A 26
Octal 12 271 265 137 0 2 33 263 132 46
Binary 1010 10111001 10110101 1011111 0 10 11011 10110011 1011010 100110

Color Harmonies of #0AB9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB9B5

Black with #0AB9B5

Text Example


Text Example

White with #0AB9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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