Html Css Color HEX #0AADD6 Iris Blue

📋 copy color: '#0AADD6'

red 10 ◦ green 173 ◦ blue 214

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

Shades of Iris Blue #0AADD6

Tints of Iris Blue #0AADD6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 214 (83.98% from 255) = 53.9%

R = 2.52%
G = 43.58%
B = 53.9%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0AADD6 (or 0x0AADD6) is known color: Iris Blue. HEX triplet: 0A, AD and D6. RGB value is (10,173,214). Sum of RGB (Red+Green+Blue) = 10+173+214=397 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.52% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #0AADD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADD6 is #F55229. Grayscale: #808080. Windows color (decimal): -16077354 or 14069002. OLE color: 14069002.

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

Color convert

RGB 10 173 214 -
CMYK 0.95 0.19 0 0.16
HSL 192.06º 0.91% 0.44% -
HSV(B) 192.06º 0.95% 0.84% -
XYZ 27.21 34.81 68.9 -
YUV 128.94 176 43.17 -
System Red Green Blue C M Y K H S L
Decimal 10 173 214 0.95 0.19 0 0.16 192.06 0.91 0.44
Hex A AD D6 5F 13 0 10 C0 5B 2C
Octal 12 255 326 137 23 0 20 300 133 54
Binary 1010 10101101 11010110 1011111 10011 0 10000 11000000 1011011 101100

Color Harmonies of #0AADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AADD6

Black with #0AADD6

Text Example


Text Example

White with #0AADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,173,214); }

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

background-color css

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

 a { background-color: rgb(10,173,214); }

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

border-color css

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

 span { border-color: rgb(10,173,214); }

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