Html Css Color HEX #0AADB7 Iris Blue

📋 copy color: '#0AADB7'

red 10 ◦ green 173 ◦ blue 183

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

Shades of Iris Blue #0AADB7

Tints of Iris Blue #0AADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50%

R = 2.73%
G = 47.27%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0AADB7 (or 0x0AADB7) is known color: Iris Blue. HEX triplet: 0A, AD and B7. RGB value is (10,173,183). Sum of RGB (Red+Green+Blue) = 10+173+183=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #0AADB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADB7 is #F55248. Grayscale: #7D7D7D. Windows color (decimal): -16077385 or 12037386. OLE color: 12037386.

HSL color Cylindrical-coordinate representation of color #0AADB7: hue angle of 183.47º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AADB7 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 173 183 -
CMYK 0.95 0.05 0 0.28
HSL 183.47º 0.9% 0.38% -
HSV(B) 183.47º 0.95% 0.72% -
XYZ 23.62 33.37 50 -
YUV 125.4 160.5 45.69 -
System Red Green Blue C M Y K H S L
Decimal 10 173 183 0.95 0.05 0 0.28 183.47 0.9 0.38
Hex A AD B7 5F 5 0 1C B7 5A 26
Octal 12 255 267 137 5 0 34 267 132 46
Binary 1010 10101101 10110111 1011111 101 0 11100 10110111 1011010 100110

Color Harmonies of #0AADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AADB7

Black with #0AADB7

Text Example


Text Example

White with #0AADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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