Html Css Color HEX #0AB6BE Iris Blue

📋 copy color: '#0AB6BE'

red 10 ◦ green 182 ◦ blue 190

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

Shades of Iris Blue #0AB6BE

Tints of Iris Blue #0AB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.64%

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

R = 2.62%
G = 47.64%
B = 49.74%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0AB6BE (or 0x0AB6BE) is known color: Iris Blue. HEX triplet: 0A, B6 and BE. RGB value is (10,182,190). Sum of RGB (Red+Green+Blue) = 10+182+190=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AB6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB6BE is #F54941. Grayscale: #838383. Windows color (decimal): -16075074 or 12498442. OLE color: 12498442.

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

Color convert

RGB 10 182 190 -
CMYK 0.95 0.04 0 0.25
HSL 182.67º 0.9% 0.39% -
HSV(B) 182.67º 0.95% 0.75% -
XYZ 26.15 37.24 54.52 -
YUV 131.48 161.02 41.35 -
System Red Green Blue C M Y K H S L
Decimal 10 182 190 0.95 0.04 0 0.25 182.67 0.9 0.39
Hex A B6 BE 5F 4 0 19 B7 5A 27
Octal 12 266 276 137 4 0 31 267 132 47
Binary 1010 10110110 10111110 1011111 100 0 11001 10110111 1011010 100111

Color Harmonies of #0AB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6BE

Black with #0AB6BE

Text Example


Text Example

White with #0AB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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