Html Css Color HEX #0AAAE3 Iris Blue

📋 copy color: '#0AAAE3'

red 10 ◦ green 170 ◦ blue 227

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

Shades of Iris Blue #0AAAE3

Tints of Iris Blue #0AAAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 55.77%

R = 2.46%
G = 41.77%
B = 55.77%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0AAAE3 (or 0x0AAAE3) is known color: Iris Blue. HEX triplet: 0A, AA and E3. RGB value is (10,170,227). Sum of RGB (Red+Green+Blue) = 10+170+227=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #0AAAE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAAE3 is #F5551C. Grayscale: #808080. Windows color (decimal): -16078109 or 14920202. OLE color: 14920202.

HSL color Cylindrical-coordinate representation of color #0AAAE3: hue angle of 195.76º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAAE3 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 170 227 -
CMYK 0.96 0.25 0 0.11
HSL 195.76º 0.92% 0.46% -
HSV(B) 195.76º 0.96% 0.89% -
XYZ 28.37 34.36 77.81 -
YUV 128.66 183.49 43.37 -
System Red Green Blue C M Y K H S L
Decimal 10 170 227 0.96 0.25 0 0.11 195.76 0.92 0.46
Hex A AA E3 60 19 0 B C4 5C 2E
Octal 12 252 343 140 31 0 13 304 134 56
Binary 1010 10101010 11100011 1100000 11001 0 1011 11000100 1011100 101110

Color Harmonies of #0AAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAE3

Black with #0AAAE3

Text Example


Text Example

White with #0AAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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