Html Css Color HEX #0AAACE Iris Blue

📋 copy color: '#0AAACE'

red 10 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #0AAACE

Tints of Iris Blue #0AAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 2.59%
G = 44.04%
B = 53.37%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0AAACE (or 0x0AAACE) is known color: Iris Blue. HEX triplet: 0A, AA and CE. RGB value is (10,170,206). Sum of RGB (Red+Green+Blue) = 10+170+206=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AAACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAACE is #F55531. Grayscale: #7D7D7D. Windows color (decimal): -16078130 or 13543946. OLE color: 13543946.

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

Color convert

RGB 10 170 206 -
CMYK 0.95 0.17 0 0.19
HSL 191.02º 0.91% 0.42% -
HSV(B) 191.02º 0.95% 0.81% -
XYZ 25.64 33.27 63.46 -
YUV 126.26 172.99 45.07 -
System Red Green Blue C M Y K H S L
Decimal 10 170 206 0.95 0.17 0 0.19 191.02 0.91 0.42
Hex A AA CE 5F 11 0 13 BF 5B 2A
Octal 12 252 316 137 21 0 23 277 133 52
Binary 1010 10101010 11001110 1011111 10001 0 10011 10111111 1011011 101010

Color Harmonies of #0AAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAACE

Black with #0AAACE

Text Example


Text Example

White with #0AAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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