Html Css Color HEX #0ABAB8 Iris Blue

📋 copy color: '#0ABAB8'

red 10 ◦ green 186 ◦ blue 184

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

Shades of Iris Blue #0ABAB8

Tints of Iris Blue #0ABAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.42%

R = 2.63%
G = 48.95%
B = 48.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#0ABAB8 (or 0x0ABAB8) is known color: Iris Blue. HEX triplet: 0A, BA and B8. RGB value is (10,186,184). Sum of RGB (Red+Green+Blue) = 10+186+184=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABAB8 is #F54547. Grayscale: #848484. Windows color (decimal): -16074056 or 12106250. OLE color: 12106250.

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

Color convert

RGB 10 186 184 -
CMYK 0.95 0 0.01 0.27
HSL 179.32º 0.9% 0.38% -
HSV(B) 179.32º 0.95% 0.73% -
XYZ 26.34 38.64 51.42 -
YUV 133.15 156.69 40.16 -
System Red Green Blue C M Y K H S L
Decimal 10 186 184 0.95 0 0.01 0.27 179.32 0.9 0.38
Hex A BA B8 5F 0 1 1B B3 5A 26
Octal 12 272 270 137 0 1 33 263 132 46
Binary 1010 10111010 10111000 1011111 0 1 11011 10110011 1011010 100110

Color Harmonies of #0ABAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAB8

Black with #0ABAB8

Text Example


Text Example

White with #0ABAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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