Html Css Color HEX #0AAADE Iris Blue

📋 copy color: '#0AAADE'

red 10 ◦ green 170 ◦ blue 222

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

Shades of Iris Blue #0AAADE

Tints of Iris Blue #0AAADE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 2.49%
G = 42.29%
B = 55.22%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AAADE (or 0x0AAADE) is known color: Iris Blue. HEX triplet: 0A, AA and DE. RGB value is (10,170,222). Sum of RGB (Red+Green+Blue) = 10+170+222=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #0AAADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAADE is #F55521. Grayscale: #7F7F7F. Windows color (decimal): -16078114 or 14592522. OLE color: 14592522.

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

Color convert

RGB 10 170 222 -
CMYK 0.95 0.23 0 0.13
HSL 194.72º 0.91% 0.45% -
HSV(B) 194.72º 0.95% 0.87% -
XYZ 27.68 34.09 74.23 -
YUV 128.09 180.99 43.77 -
System Red Green Blue C M Y K H S L
Decimal 10 170 222 0.95 0.23 0 0.13 194.72 0.91 0.45
Hex A AA DE 5F 17 0 D C3 5B 2D
Octal 12 252 336 137 27 0 15 303 133 55
Binary 1010 10101010 11011110 1011111 10111 0 1101 11000011 1011011 101101

Color Harmonies of #0AAADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAADE

Black with #0AAADE

Text Example


Text Example

White with #0AAADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,170,222); }

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

background-color css

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

 a { background-color: rgb(10,170,222); }

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

border-color css

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

 span { border-color: rgb(10,170,222); }

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