Html Css Color HEX #0AADCD Iris Blue

📋 copy color: '#0AADCD'

red 10 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #0AADCD

Tints of Iris Blue #0AADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

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

R = 2.58%
G = 44.59%
B = 52.84%

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

#0AADCD (or 0x0AADCD) is known color: Iris Blue. HEX triplet: 0A, AD and CD. RGB value is (10,173,205). Sum of RGB (Red+Green+Blue) = 10+173+205=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADCD is #F55232. Grayscale: #7F7F7F. Windows color (decimal): -16077363 or 13479178. OLE color: 13479178.

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

Color convert

RGB 10 173 205 -
CMYK 0.95 0.16 0 0.20
HSL 189.85º 0.91% 0.42% -
HSV(B) 189.85º 0.95% 0.8% -
XYZ 26.09 34.36 63.01 -
YUV 127.91 171.5 43.9 -
System Red Green Blue C M Y K H S L
Decimal 10 173 205 0.95 0.16 0 0.20 189.85 0.91 0.42
Hex A AD CD 5F 10 0 14 BE 5B 2A
Octal 12 255 315 137 20 0 24 276 133 52
Binary 1010 10101101 11001101 1011111 10000 0 10100 10111110 1011011 101010

Color Harmonies of #0AADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AADCD

Black with #0AADCD

Text Example


Text Example

White with #0AADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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