Html Css Color HEX #0AB0DB Iris Blue

📋 copy color: '#0AB0DB'

red 10 ◦ green 176 ◦ blue 219

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

Shades of Iris Blue #0AB0DB

Tints of Iris Blue #0AB0DB

RGB

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

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

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

R = 2.47%
G = 43.46%
B = 54.07%

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

#0AB0DB (or 0x0AB0DB) is known color: Iris Blue. HEX triplet: 0A, B0 and DB. RGB value is (10,176,219). Sum of RGB (Red+Green+Blue) = 10+176+219=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AB0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0DB is #F54F24. Grayscale: #828282. Windows color (decimal): -16076581 or 14397450. OLE color: 14397450.

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

Color convert

RGB 10 176 219 -
CMYK 0.95 0.20 0 0.14
HSL 192.34º 0.91% 0.45% -
HSV(B) 192.34º 0.95% 0.86% -
XYZ 28.44 36.23 72.51 -
YUV 131.27 177.5 41.5 -
System Red Green Blue C M Y K H S L
Decimal 10 176 219 0.95 0.20 0 0.14 192.34 0.91 0.45
Hex A B0 DB 5F 14 0 E C0 5B 2D
Octal 12 260 333 137 24 0 16 300 133 55
Binary 1010 10110000 11011011 1011111 10100 0 1110 11000000 1011011 101101

Color Harmonies of #0AB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB0DB

Black with #0AB0DB

Text Example


Text Example

White with #0AB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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