Html Css Color HEX #0AB0DC Iris Blue

📋 copy color: '#0AB0DC'

red 10 ◦ green 176 ◦ blue 220

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

Shades of Iris Blue #0AB0DC

Tints of Iris Blue #0AB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

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

R = 2.46%
G = 43.35%
B = 54.19%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AB0DC (or 0x0AB0DC) is known color: Iris Blue. HEX triplet: 0A, B0 and DC. RGB value is (10,176,220). Sum of RGB (Red+Green+Blue) = 10+176+220=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AB0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0DC is #F54F23. Grayscale: #838383. Windows color (decimal): -16076580 or 14462986. OLE color: 14462986.

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

Color convert

RGB 10 176 220 -
CMYK 0.95 0.2 0 0.14
HSL 192.57º 0.91% 0.45% -
HSV(B) 192.57º 0.95% 0.86% -
XYZ 28.57 36.28 73.21 -
YUV 131.38 178 41.42 -
System Red Green Blue C M Y K H S L
Decimal 10 176 220 0.95 0.2 0 0.14 192.57 0.91 0.45
Hex A B0 DC 5F 14 0 E C1 5B 2D
Octal 12 260 334 137 24 0 16 301 133 55
Binary 1010 10110000 11011100 1011111 10100 0 1110 11000001 1011011 101101

Color Harmonies of #0AB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB0DC

Black with #0AB0DC

Text Example


Text Example

White with #0AB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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