Html Css Color HEX #0AAEDD Iris Blue

📋 copy color: '#0AAEDD'

red 10 ◦ green 174 ◦ blue 221

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

Shades of Iris Blue #0AAEDD

Tints of Iris Blue #0AAEDD

RGB

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

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

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

R = 2.47%
G = 42.96%
B = 54.57%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AAEDD (or 0x0AAEDD) is known color: Iris Blue. HEX triplet: 0A, AE and DD. RGB value is (10,174,221). Sum of RGB (Red+Green+Blue) = 10+174+221=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AAEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEDD is #F55122. Grayscale: #818181. Windows color (decimal): -16077091 or 14528010. OLE color: 14528010.

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

Color convert

RGB 10 174 221 -
CMYK 0.95 0.21 0 0.13
HSL 193.36º 0.91% 0.45% -
HSV(B) 193.36º 0.95% 0.87% -
XYZ 28.31 35.56 73.78 -
YUV 130.32 179.17 42.18 -
System Red Green Blue C M Y K H S L
Decimal 10 174 221 0.95 0.21 0 0.13 193.36 0.91 0.45
Hex A AE DD 5F 15 0 D C1 5B 2D
Octal 12 256 335 137 25 0 15 301 133 55
Binary 1010 10101110 11011101 1011111 10101 0 1101 11000001 1011011 101101

Color Harmonies of #0AAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEDD

Black with #0AAEDD

Text Example


Text Example

White with #0AAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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