Html Css Color HEX #0AB8DB Iris Blue

📋 copy color: '#0AB8DB'

red 10 ◦ green 184 ◦ blue 219

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

Shades of Iris Blue #0AB8DB

Tints of Iris Blue #0AB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.55%

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

R = 2.42%
G = 44.55%
B = 53.03%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AB8DB (or 0x0AB8DB) is known color: Iris Blue. HEX triplet: 0A, B8 and DB. RGB value is (10,184,219). Sum of RGB (Red+Green+Blue) = 10+184+219=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AB8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB8DB is #F54724. Grayscale: #878787. Windows color (decimal): -16074533 or 14399498. OLE color: 14399498.

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

Color convert

RGB 10 184 219 -
CMYK 0.95 0.16 0 0.14
HSL 190.05º 0.91% 0.45% -
HSV(B) 190.05º 0.95% 0.86% -
XYZ 30.05 39.46 73.05 -
YUV 135.96 174.85 38.15 -
System Red Green Blue C M Y K H S L
Decimal 10 184 219 0.95 0.16 0 0.14 190.05 0.91 0.45
Hex A B8 DB 5F 10 0 E BE 5B 2D
Octal 12 270 333 137 20 0 16 276 133 55
Binary 1010 10111000 11011011 1011111 10000 0 1110 10111110 1011011 101101

Color Harmonies of #0AB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB8DB

Black with #0AB8DB

Text Example


Text Example

White with #0AB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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