Html Css Color HEX #0AB4B3 Iris Blue

📋 copy color: '#0AB4B3'

red 10 ◦ green 180 ◦ blue 179

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

Shades of Iris Blue #0AB4B3

Tints of Iris Blue #0AB4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 2.71%
G = 48.78%
B = 48.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#0AB4B3 (or 0x0AB4B3) is known color: Iris Blue. HEX triplet: 0A, B4 and B3. RGB value is (10,180,179). Sum of RGB (Red+Green+Blue) = 10+180+179=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB4B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB4B3 is #F54B4C. Grayscale: #808080. Windows color (decimal): -16075597 or 11777034. OLE color: 11777034.

HSL color Cylindrical-coordinate representation of color #0AB4B3: hue angle of 179.65º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB4B3 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 180 179 -
CMYK 0.94 0 0.01 0.29
HSL 179.65º 0.89% 0.37% -
HSV(B) 179.65º 0.94% 0.71% -
XYZ 24.58 35.96 48.29 -
YUV 129.06 156.18 43.08 -
System Red Green Blue C M Y K H S L
Decimal 10 180 179 0.94 0 0.01 0.29 179.65 0.89 0.37
Hex A B4 B3 5E 0 1 1D B4 59 25
Octal 12 264 263 136 0 1 35 264 131 45
Binary 1010 10110100 10110011 1011110 0 1 11101 10110100 1011001 100101

Color Harmonies of #0AB4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB4B3

Black with #0AB4B3

Text Example


Text Example

White with #0AB4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,180,179); }

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

background-color css

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

 a { background-color: rgb(10,180,179); }

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

border-color css

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

 span { border-color: rgb(10,180,179); }

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