Html Css Color HEX #0AB9DD Iris Blue

📋 copy color: '#0AB9DD'

red 10 ◦ green 185 ◦ blue 221

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

Shades of Iris Blue #0AB9DD

Tints of Iris Blue #0AB9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 2.4%
G = 44.47%
B = 53.13%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AB9DD (or 0x0AB9DD) is known color: Iris Blue. HEX triplet: 0A, B9 and DD. RGB value is (10,185,221). Sum of RGB (Red+Green+Blue) = 10+185+221=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AB9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9DD is #F54622. Grayscale: #888888. Windows color (decimal): -16074275 or 14530826. OLE color: 14530826.

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

Color convert

RGB 10 185 221 -
CMYK 0.95 0.16 0 0.13
HSL 190.24º 0.91% 0.45% -
HSV(B) 190.24º 0.95% 0.87% -
XYZ 30.53 39.98 74.52 -
YUV 136.78 175.52 37.57 -
System Red Green Blue C M Y K H S L
Decimal 10 185 221 0.95 0.16 0 0.13 190.24 0.91 0.45
Hex A B9 DD 5F 10 0 D BE 5B 2D
Octal 12 271 335 137 20 0 15 276 133 55
Binary 1010 10111001 11011101 1011111 10000 0 1101 10111110 1011011 101101

Color Harmonies of #0AB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB9DD

Black with #0AB9DD

Text Example


Text Example

White with #0AB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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