Html Css Color HEX #0AC1B5 Iris Blue

📋 copy color: '#0AC1B5'

red 10 ◦ green 193 ◦ blue 181

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

Shades of Iris Blue #0AC1B5

Tints of Iris Blue #0AC1B5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.26%

 BLUE value IS 181 (71.09% from 255) = 47.14%

R = 2.6%
G = 50.26%
B = 47.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#0AC1B5 (or 0x0AC1B5) is known color: Iris Blue. HEX triplet: 0A, C1 and B5. RGB value is (10,193,181). Sum of RGB (Red+Green+Blue) = 10+193+181=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC1B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC1B5 is #F53E4A. Grayscale: #888888. Windows color (decimal): -16072267 or 11911434. OLE color: 11911434.

HSL color Cylindrical-coordinate representation of color #0AC1B5: hue angle of 176.07º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC1B5 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 193 181 -
CMYK 0.95 0 0.06 0.24
HSL 176.07º 0.9% 0.4% -
HSV(B) 176.07º 0.95% 0.76% -
XYZ 27.54 41.54 50.28 -
YUV 136.92 152.87 37.48 -
System Red Green Blue C M Y K H S L
Decimal 10 193 181 0.95 0 0.06 0.24 176.07 0.9 0.4
Hex A C1 B5 5F 0 6 18 B0 5A 28
Octal 12 301 265 137 0 6 30 260 132 50
Binary 1010 11000001 10110101 1011111 0 110 11000 10110000 1011010 101000

Color Harmonies of #0AC1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC1B5

Black with #0AC1B5

Text Example


Text Example

White with #0AC1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,193,181); }

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

background-color css

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

 a { background-color: rgb(10,193,181); }

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

border-color css

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

 span { border-color: rgb(10,193,181); }

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