Html Css Color HEX #0AB2BE Iris Blue

📋 copy color: '#0AB2BE'

red 10 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #0AB2BE

Tints of Iris Blue #0AB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

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

R = 2.65%
G = 47.09%
B = 50.26%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0AB2BE (or 0x0AB2BE) is known color: Iris Blue. HEX triplet: 0A, B2 and BE. RGB value is (10,178,190). Sum of RGB (Red+Green+Blue) = 10+178+190=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AB2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2BE is #F54D41. Grayscale: #808080. Windows color (decimal): -16076098 or 12497418. OLE color: 12497418.

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

Color convert

RGB 10 178 190 -
CMYK 0.95 0.06 0 0.25
HSL 184º 0.9% 0.39% -
HSV(B) 184º 0.95% 0.75% -
XYZ 25.34 35.62 54.26 -
YUV 129.14 162.34 43.02 -
System Red Green Blue C M Y K H S L
Decimal 10 178 190 0.95 0.06 0 0.25 184 0.9 0.39
Hex A B2 BE 5F 6 0 19 B8 5A 27
Octal 12 262 276 137 6 0 31 270 132 47
Binary 1010 10110010 10111110 1011111 110 0 11001 10111000 1011010 100111

Color Harmonies of #0AB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB2BE

Black with #0AB2BE

Text Example


Text Example

White with #0AB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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