Html Css Color HEX #0AACC5 Iris Blue

📋 copy color: '#0AACC5'

red 10 ◦ green 172 ◦ blue 197

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

Shades of Iris Blue #0AACC5

Tints of Iris Blue #0AACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.38%

 BLUE value IS 197 (77.34% from 255) = 51.98%

R = 2.64%
G = 45.38%
B = 51.98%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0AACC5 (or 0x0AACC5) is known color: Iris Blue. HEX triplet: 0A, AC and C5. RGB value is (10,172,197). Sum of RGB (Red+Green+Blue) = 10+172+197=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #0AACC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACC5 is #F5533A. Grayscale: #7E7E7E. Windows color (decimal): -16077627 or 12954634. OLE color: 12954634.

HSL color Cylindrical-coordinate representation of color #0AACC5: hue angle of 188.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACC5 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 172 197 -
CMYK 0.95 0.13 0 0.23
HSL 188.02º 0.9% 0.41% -
HSV(B) 188.02º 0.95% 0.77% -
XYZ 24.96 33.6 57.99 -
YUV 126.41 167.83 44.97 -
System Red Green Blue C M Y K H S L
Decimal 10 172 197 0.95 0.13 0 0.23 188.02 0.9 0.41
Hex A AC C5 5F D 0 17 BC 5A 29
Octal 12 254 305 137 15 0 27 274 132 51
Binary 1010 10101100 11000101 1011111 1101 0 10111 10111100 1011010 101001

Color Harmonies of #0AACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AACC5

Black with #0AACC5

Text Example


Text Example

White with #0AACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,197); }

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

background-color css

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

 a { background-color: rgb(10,172,197); }

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

border-color css

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

 span { border-color: rgb(10,172,197); }

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