Html Css Color HEX #0AAACC Iris Blue

📋 copy color: '#0AAACC'

red 10 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #0AAACC

Tints of Iris Blue #0AAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 2.6%
G = 44.27%
B = 53.13%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0AAACC (or 0x0AAACC) is known color: Iris Blue. HEX triplet: 0A, AA and CC. RGB value is (10,170,204). Sum of RGB (Red+Green+Blue) = 10+170+204=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #0AAACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAACC is #F55533. Grayscale: #7D7D7D. Windows color (decimal): -16078132 or 13412874. OLE color: 13412874.

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

Color convert

RGB 10 170 204 -
CMYK 0.95 0.17 0 0.2
HSL 190.52º 0.91% 0.42% -
HSV(B) 190.52º 0.95% 0.8% -
XYZ 25.4 33.17 62.19 -
YUV 126.04 171.99 45.24 -
System Red Green Blue C M Y K H S L
Decimal 10 170 204 0.95 0.17 0 0.2 190.52 0.91 0.42
Hex A AA CC 5F 11 0 14 BF 5B 2A
Octal 12 252 314 137 21 0 24 277 133 52
Binary 1010 10101010 11001100 1011111 10001 0 10100 10111111 1011011 101010

Color Harmonies of #0AAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAACC

Black with #0AAACC

Text Example


Text Example

White with #0AAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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