Html Css Color HEX #0ABAB5 Iris Blue

📋 copy color: '#0ABAB5'

red 10 ◦ green 186 ◦ blue 181

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

Shades of Iris Blue #0ABAB5

Tints of Iris Blue #0ABAB5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

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

R = 2.65%
G = 49.34%
B = 48.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#0ABAB5 (or 0x0ABAB5) is known color: Iris Blue. HEX triplet: 0A, BA and B5. RGB value is (10,186,181). Sum of RGB (Red+Green+Blue) = 10+186+181=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABAB5 is #F5454A. Grayscale: #848484. Windows color (decimal): -16074059 or 11909642. OLE color: 11909642.

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

Color convert

RGB 10 186 181 -
CMYK 0.95 0 0.03 0.27
HSL 178.3º 0.9% 0.38% -
HSV(B) 178.3º 0.95% 0.73% -
XYZ 26.02 38.52 49.78 -
YUV 132.81 155.19 40.41 -
System Red Green Blue C M Y K H S L
Decimal 10 186 181 0.95 0 0.03 0.27 178.3 0.9 0.38
Hex A BA B5 5F 0 3 1B B2 5A 26
Octal 12 272 265 137 0 3 33 262 132 46
Binary 1010 10111010 10110101 1011111 0 11 11011 10110010 1011010 100110

Color Harmonies of #0ABAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAB5

Black with #0ABAB5

Text Example


Text Example

White with #0ABAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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