Html Css Color HEX #0AB6DD Iris Blue

📋 copy color: '#0AB6DD'

red 10 ◦ green 182 ◦ blue 221

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

Shades of Iris Blue #0AB6DD

Tints of Iris Blue #0AB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

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

R = 2.42%
G = 44.07%
B = 53.51%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AB6DD (or 0x0AB6DD) is known color: Iris Blue. HEX triplet: 0A, B6 and DD. RGB value is (10,182,221). Sum of RGB (Red+Green+Blue) = 10+182+221=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AB6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB6DD is #F54922. Grayscale: #868686. Windows color (decimal): -16075043 or 14530058. OLE color: 14530058.

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

Color convert

RGB 10 182 221 -
CMYK 0.95 0.18 0 0.13
HSL 191.09º 0.91% 0.45% -
HSV(B) 191.09º 0.95% 0.87% -
XYZ 29.9 38.74 74.31 -
YUV 135.02 176.52 38.83 -
System Red Green Blue C M Y K H S L
Decimal 10 182 221 0.95 0.18 0 0.13 191.09 0.91 0.45
Hex A B6 DD 5F 12 0 D BF 5B 2D
Octal 12 266 335 137 22 0 15 277 133 55
Binary 1010 10110110 11011101 1011111 10010 0 1101 10111111 1011011 101101

Color Harmonies of #0AB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6DD

Black with #0AB6DD

Text Example


Text Example

White with #0AB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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