Html Css Color HEX #0AB1BE Iris Blue

📋 copy color: '#0AB1BE'

red 10 ◦ green 177 ◦ blue 190

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

Shades of Iris Blue #0AB1BE

Tints of Iris Blue #0AB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.95%

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

R = 2.65%
G = 46.95%
B = 50.4%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0AB1BE (or 0x0AB1BE) is known color: Iris Blue. HEX triplet: 0A, B1 and BE. RGB value is (10,177,190). Sum of RGB (Red+Green+Blue) = 10+177+190=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AB1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1BE is #F54E41. Grayscale: #808080. Windows color (decimal): -16076354 or 12497162. OLE color: 12497162.

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

Color convert

RGB 10 177 190 -
CMYK 0.95 0.07 0 0.25
HSL 184.33º 0.9% 0.39% -
HSV(B) 184.33º 0.95% 0.75% -
XYZ 25.14 35.23 54.19 -
YUV 128.55 162.67 43.44 -
System Red Green Blue C M Y K H S L
Decimal 10 177 190 0.95 0.07 0 0.25 184.33 0.9 0.39
Hex A B1 BE 5F 7 0 19 B8 5A 27
Octal 12 261 276 137 7 0 31 270 132 47
Binary 1010 10110001 10111110 1011111 111 0 11001 10111000 1011010 100111

Color Harmonies of #0AB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB1BE

Black with #0AB1BE

Text Example


Text Example

White with #0AB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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