Html Css Color HEX #0AB3BD Iris Blue

📋 copy color: '#0AB3BD'

red 10 ◦ green 179 ◦ blue 189

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

Shades of Iris Blue #0AB3BD

Tints of Iris Blue #0AB3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 2.65%
G = 47.35%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0AB3BD (or 0x0AB3BD) is known color: Iris Blue. HEX triplet: 0A, B3 and BD. RGB value is (10,179,189). Sum of RGB (Red+Green+Blue) = 10+179+189=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #0AB3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB3BD is #F54C42. Grayscale: #818181. Windows color (decimal): -16075843 or 12432138. OLE color: 12432138.

HSL color Cylindrical-coordinate representation of color #0AB3BD: hue angle of 183.35º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB3BD is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 179 189 -
CMYK 0.95 0.05 0 0.26
HSL 183.35º 0.9% 0.39% -
HSV(B) 183.35º 0.95% 0.74% -
XYZ 25.43 35.98 53.75 -
YUV 129.61 161.51 42.69 -
System Red Green Blue C M Y K H S L
Decimal 10 179 189 0.95 0.05 0 0.26 183.35 0.9 0.39
Hex A B3 BD 5F 5 0 1A B7 5A 27
Octal 12 263 275 137 5 0 32 267 132 47
Binary 1010 10110011 10111101 1011111 101 0 11010 10110111 1011010 100111

Color Harmonies of #0AB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB3BD

Black with #0AB3BD

Text Example


Text Example

White with #0AB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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