Html Css Color HEX #0AB3DB Iris Blue

📋 copy color: '#0AB3DB'

red 10 ◦ green 179 ◦ blue 219

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

Shades of Iris Blue #0AB3DB

Tints of Iris Blue #0AB3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 2.45%
G = 43.87%
B = 53.68%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AB3DB (or 0x0AB3DB) is known color: Iris Blue. HEX triplet: 0A, B3 and DB. RGB value is (10,179,219). Sum of RGB (Red+Green+Blue) = 10+179+219=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AB3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB3DB is #F54C24. Grayscale: #848484. Windows color (decimal): -16075813 or 14398218. OLE color: 14398218.

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

Color convert

RGB 10 179 219 -
CMYK 0.95 0.18 0 0.14
HSL 191.48º 0.91% 0.45% -
HSV(B) 191.48º 0.95% 0.86% -
XYZ 29.03 37.42 72.71 -
YUV 133.03 176.51 40.25 -
System Red Green Blue C M Y K H S L
Decimal 10 179 219 0.95 0.18 0 0.14 191.48 0.91 0.45
Hex A B3 DB 5F 12 0 E BF 5B 2D
Octal 12 263 333 137 22 0 16 277 133 55
Binary 1010 10110011 11011011 1011111 10010 0 1110 10111111 1011011 101101

Color Harmonies of #0AB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB3DB

Black with #0AB3DB

Text Example


Text Example

White with #0AB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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