Html Css Color HEX #0AB9DA Iris Blue

📋 copy color: '#0AB9DA'

red 10 ◦ green 185 ◦ blue 218

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

Shades of Iris Blue #0AB9DA

Tints of Iris Blue #0AB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 2.42%
G = 44.79%
B = 52.78%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0AB9DA (or 0x0AB9DA) is known color: Iris Blue. HEX triplet: 0A, B9 and DA. RGB value is (10,185,218). Sum of RGB (Red+Green+Blue) = 10+185+218=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AB9DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9DA is #F54625. Grayscale: #888888. Windows color (decimal): -16074278 or 14334218. OLE color: 14334218.

HSL color Cylindrical-coordinate representation of color #0AB9DA: hue angle of 189.52º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB9DA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 185 218 -
CMYK 0.95 0.15 0 0.15
HSL 189.52º 0.91% 0.45% -
HSV(B) 189.52º 0.95% 0.85% -
XYZ 30.13 39.82 72.43 -
YUV 136.44 174.02 37.82 -
System Red Green Blue C M Y K H S L
Decimal 10 185 218 0.95 0.15 0 0.15 189.52 0.91 0.45
Hex A B9 DA 5F F 0 F BE 5B 2D
Octal 12 271 332 137 17 0 17 276 133 55
Binary 1010 10111001 11011010 1011111 1111 0 1111 10111110 1011011 101101

Color Harmonies of #0AB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB9DA

Black with #0AB9DA

Text Example


Text Example

White with #0AB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,185,218); }

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

background-color css

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

 a { background-color: rgb(10,185,218); }

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

border-color css

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

 span { border-color: rgb(10,185,218); }

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