Html Css Color HEX #0AB4DB Iris Blue

📋 copy color: '#0AB4DB'

red 10 ◦ green 180 ◦ blue 219

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

Shades of Iris Blue #0AB4DB

Tints of Iris Blue #0AB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 2.44%
G = 44.01%
B = 53.55%

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

#0AB4DB (or 0x0AB4DB) is known color: Iris Blue. HEX triplet: 0A, B4 and DB. RGB value is (10,180,219). Sum of RGB (Red+Green+Blue) = 10+180+219=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AB4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB4DB is #F54B24. Grayscale: #858585. Windows color (decimal): -16075557 or 14398474. OLE color: 14398474.

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

Color convert

RGB 10 180 219 -
CMYK 0.95 0.18 0 0.14
HSL 191.2º 0.91% 0.45% -
HSV(B) 191.2º 0.95% 0.86% -
XYZ 29.23 37.82 72.78 -
YUV 133.62 176.18 39.83 -
System Red Green Blue C M Y K H S L
Decimal 10 180 219 0.95 0.18 0 0.14 191.2 0.91 0.45
Hex A B4 DB 5F 12 0 E BF 5B 2D
Octal 12 264 333 137 22 0 16 277 133 55
Binary 1010 10110100 11011011 1011111 10010 0 1110 10111111 1011011 101101

Color Harmonies of #0AB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB4DB

Black with #0AB4DB

Text Example


Text Example

White with #0AB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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