Html Css Color HEX #0AB6CB Iris Blue

📋 copy color: '#0AB6CB'

red 10 ◦ green 182 ◦ blue 203

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

Shades of Iris Blue #0AB6CB

Tints of Iris Blue #0AB6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 2.53%
G = 46.08%
B = 51.39%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0AB6CB (or 0x0AB6CB) is known color: Iris Blue. HEX triplet: 0A, B6 and CB. RGB value is (10,182,203). Sum of RGB (Red+Green+Blue) = 10+182+203=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #0AB6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB6CB is #F54934. Grayscale: #848484. Windows color (decimal): -16075061 or 13350410. OLE color: 13350410.

HSL color Cylindrical-coordinate representation of color #0AB6CB: hue angle of 186.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB6CB is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 182 203 -
CMYK 0.95 0.10 0 0.20
HSL 186.53º 0.91% 0.42% -
HSV(B) 186.53º 0.95% 0.8% -
XYZ 27.63 37.83 62.35 -
YUV 132.97 167.52 40.29 -
System Red Green Blue C M Y K H S L
Decimal 10 182 203 0.95 0.10 0 0.20 186.53 0.91 0.42
Hex A B6 CB 5F A 0 14 BB 5B 2A
Octal 12 266 313 137 12 0 24 273 133 52
Binary 1010 10110110 11001011 1011111 1010 0 10100 10111011 1011011 101010

Color Harmonies of #0AB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6CB

Black with #0AB6CB

Text Example


Text Example

White with #0AB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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