Html Css Color HEX #0AB0BF Iris Blue

📋 copy color: '#0AB0BF'

red 10 ◦ green 176 ◦ blue 191

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

Shades of Iris Blue #0AB0BF

Tints of Iris Blue #0AB0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.68%

 BLUE value IS 191 (75% from 255) = 50.66%

R = 2.65%
G = 46.68%
B = 50.66%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0AB0BF (or 0x0AB0BF) is known color: Iris Blue. HEX triplet: 0A, B0 and BF. RGB value is (10,176,191). Sum of RGB (Red+Green+Blue) = 10+176+191=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #0AB0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0BF is #F54F40. Grayscale: #7F7F7F. Windows color (decimal): -16076609 or 12562442. OLE color: 12562442.

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

Color convert

RGB 10 176 191 -
CMYK 0.95 0.08 0 0.25
HSL 184.97º 0.9% 0.39% -
HSV(B) 184.97º 0.95% 0.75% -
XYZ 25.05 34.88 54.7 -
YUV 128.08 163.5 43.78 -
System Red Green Blue C M Y K H S L
Decimal 10 176 191 0.95 0.08 0 0.25 184.97 0.9 0.39
Hex A B0 BF 5F 8 0 19 B9 5A 27
Octal 12 260 277 137 10 0 31 271 132 47
Binary 1010 10110000 10111111 1011111 1000 0 11001 10111001 1011010 100111

Color Harmonies of #0AB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB0BF

Black with #0AB0BF

Text Example


Text Example

White with #0AB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,176,191); }

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

background-color css

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

 a { background-color: rgb(10,176,191); }

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

border-color css

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

 span { border-color: rgb(10,176,191); }

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