Html Css Color HEX #0AACCD Iris Blue

📋 copy color: '#0AACCD'

red 10 ◦ green 172 ◦ blue 205

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

Shades of Iris Blue #0AACCD

Tints of Iris Blue #0AACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 2.58%
G = 44.44%
B = 52.97%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0AACCD (or 0x0AACCD) is known color: Iris Blue. HEX triplet: 0A, AC and CD. RGB value is (10,172,205). Sum of RGB (Red+Green+Blue) = 10+172+205=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AACCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACCD is #F55332. Grayscale: #7F7F7F. Windows color (decimal): -16077619 or 13478922. OLE color: 13478922.

HSL color Cylindrical-coordinate representation of color #0AACCD: hue angle of 190.15º 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 #0AACCD is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 172 205 -
CMYK 0.95 0.16 0 0.20
HSL 190.15º 0.91% 0.42% -
HSV(B) 190.15º 0.95% 0.8% -
XYZ 25.9 33.98 62.95 -
YUV 127.32 171.83 44.32 -
System Red Green Blue C M Y K H S L
Decimal 10 172 205 0.95 0.16 0 0.20 190.15 0.91 0.42
Hex A AC CD 5F 10 0 14 BE 5B 2A
Octal 12 254 315 137 20 0 24 276 133 52
Binary 1010 10101100 11001101 1011111 10000 0 10100 10111110 1011011 101010

Color Harmonies of #0AACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AACCD

Black with #0AACCD

Text Example


Text Example

White with #0AACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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