Html Css Color HEX #0AAED8 Iris Blue

📋 copy color: '#0AAED8'

red 10 ◦ green 174 ◦ blue 216

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

Shades of Iris Blue #0AAED8

Tints of Iris Blue #0AAED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.5%

 BLUE value IS 216 (84.77% from 255) = 54%

R = 2.5%
G = 43.5%
B = 54%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0AAED8 (or 0x0AAED8) is known color: Iris Blue. HEX triplet: 0A, AE and D8. RGB value is (10,174,216). Sum of RGB (Red+Green+Blue) = 10+174+216=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #0AAED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAED8 is #F55127. Grayscale: #818181. Windows color (decimal): -16077096 or 14200330. OLE color: 14200330.

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

Color convert

RGB 10 174 216 -
CMYK 0.95 0.19 0 0.15
HSL 192.23º 0.91% 0.44% -
HSV(B) 192.23º 0.95% 0.85% -
XYZ 27.66 35.29 70.32 -
YUV 129.75 176.67 42.58 -
System Red Green Blue C M Y K H S L
Decimal 10 174 216 0.95 0.19 0 0.15 192.23 0.91 0.44
Hex A AE D8 5F 13 0 F C0 5B 2C
Octal 12 256 330 137 23 0 17 300 133 54
Binary 1010 10101110 11011000 1011111 10011 0 1111 11000000 1011011 101100

Color Harmonies of #0AAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAED8

Black with #0AAED8

Text Example


Text Example

White with #0AAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,174,216); }

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

background-color css

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

 a { background-color: rgb(10,174,216); }

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

border-color css

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

 span { border-color: rgb(10,174,216); }

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