Html Css Color HEX #0AB1DC Iris Blue

📋 copy color: '#0AB1DC'

red 10 ◦ green 177 ◦ blue 220

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

Shades of Iris Blue #0AB1DC

Tints of Iris Blue #0AB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 2.46%
G = 43.49%
B = 54.05%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AB1DC (or 0x0AB1DC) is known color: Iris Blue. HEX triplet: 0A, B1 and DC. RGB value is (10,177,220). Sum of RGB (Red+Green+Blue) = 10+177+220=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AB1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1DC is #F54E23. Grayscale: #838383. Windows color (decimal): -16076324 or 14463242. OLE color: 14463242.

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

Color convert

RGB 10 177 220 -
CMYK 0.95 0.20 0 0.14
HSL 192.29º 0.91% 0.45% -
HSV(B) 192.29º 0.95% 0.86% -
XYZ 28.77 36.68 73.27 -
YUV 131.97 177.67 41 -
System Red Green Blue C M Y K H S L
Decimal 10 177 220 0.95 0.20 0 0.14 192.29 0.91 0.45
Hex A B1 DC 5F 14 0 E C0 5B 2D
Octal 12 261 334 137 24 0 16 300 133 55
Binary 1010 10110001 11011100 1011111 10100 0 1110 11000000 1011011 101101

Color Harmonies of #0AB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB1DC

Black with #0AB1DC

Text Example


Text Example

White with #0AB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,177,220); }

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

background-color css

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

 a { background-color: rgb(10,177,220); }

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

border-color css

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

 span { border-color: rgb(10,177,220); }

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