Html Css Color HEX #0AACDC Iris Blue

📋 copy color: '#0AACDC'

red 10 ◦ green 172 ◦ blue 220

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

Shades of Iris Blue #0AACDC

Tints of Iris Blue #0AACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 2.49%
G = 42.79%
B = 54.73%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AACDC (or 0x0AACDC) is known color: Iris Blue. HEX triplet: 0A, AC and DC. RGB value is (10,172,220). Sum of RGB (Red+Green+Blue) = 10+172+220=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACDC is #F55323. Grayscale: #808080. Windows color (decimal): -16077604 or 14461962. OLE color: 14461962.

HSL color Cylindrical-coordinate representation of color #0AACDC: hue angle of 193.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACDC is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 172 220 -
CMYK 0.95 0.22 0 0.14
HSL 193.71º 0.91% 0.45% -
HSV(B) 193.71º 0.95% 0.86% -
XYZ 27.8 34.74 72.95 -
YUV 129.03 179.33 43.1 -
System Red Green Blue C M Y K H S L
Decimal 10 172 220 0.95 0.22 0 0.14 193.71 0.91 0.45
Hex A AC DC 5F 16 0 E C2 5B 2D
Octal 12 254 334 137 26 0 16 302 133 55
Binary 1010 10101100 11011100 1011111 10110 0 1110 11000010 1011011 101101

Color Harmonies of #0AACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AACDC

Black with #0AACDC

Text Example


Text Example

White with #0AACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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