Html Css Color HEX #0AB6B8 Iris Blue

📋 copy color: '#0AB6B8'

red 10 ◦ green 182 ◦ blue 184

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

Shades of Iris Blue #0AB6B8

Tints of Iris Blue #0AB6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 2.66%
G = 48.4%
B = 48.94%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0AB6B8 (or 0x0AB6B8) is known color: Iris Blue. HEX triplet: 0A, B6 and B8. RGB value is (10,182,184). Sum of RGB (Red+Green+Blue) = 10+182+184=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #0AB6B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB6B8 is #F54947. Grayscale: #828282. Windows color (decimal): -16075080 or 12105226. OLE color: 12105226.

HSL color Cylindrical-coordinate representation of color #0AB6B8: hue angle of 180.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB6B8 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 182 184 -
CMYK 0.95 0.01 0 0.28
HSL 180.69º 0.9% 0.38% -
HSV(B) 180.69º 0.95% 0.72% -
XYZ 25.5 36.98 51.14 -
YUV 130.8 158.02 41.84 -
System Red Green Blue C M Y K H S L
Decimal 10 182 184 0.95 0.01 0 0.28 180.69 0.9 0.38
Hex A B6 B8 5F 1 0 1C B5 5A 26
Octal 12 266 270 137 1 0 34 265 132 46
Binary 1010 10110110 10111000 1011111 1 0 11100 10110101 1011010 100110

Color Harmonies of #0AB6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6B8

Black with #0AB6B8

Text Example


Text Example

White with #0AB6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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