Html Css Color HEX #0AB3DC Iris Blue

📋 copy color: '#0AB3DC'

red 10 ◦ green 179 ◦ blue 220

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

Shades of Iris Blue #0AB3DC

Tints of Iris Blue #0AB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

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

R = 2.44%
G = 43.77%
B = 53.79%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AB3DC (or 0x0AB3DC) is known color: Iris Blue. HEX triplet: 0A, B3 and DC. RGB value is (10,179,220). Sum of RGB (Red+Green+Blue) = 10+179+220=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AB3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB3DC is #F54C23. Grayscale: #848484. Windows color (decimal): -16075812 or 14463754. OLE color: 14463754.

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

Color convert

RGB 10 179 220 -
CMYK 0.95 0.19 0 0.14
HSL 191.71º 0.91% 0.45% -
HSV(B) 191.71º 0.95% 0.86% -
XYZ 29.16 37.47 73.41 -
YUV 133.14 177.01 40.17 -
System Red Green Blue C M Y K H S L
Decimal 10 179 220 0.95 0.19 0 0.14 191.71 0.91 0.45
Hex A B3 DC 5F 13 0 E C0 5B 2D
Octal 12 263 334 137 23 0 16 300 133 55
Binary 1010 10110011 11011100 1011111 10011 0 1110 11000000 1011011 101101

Color Harmonies of #0AB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB3DC

Black with #0AB3DC

Text Example


Text Example

White with #0AB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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