Html Css Color HEX #0DAAD5 Iris Blue

📋 copy color: '#0DAAD5'

red 13 ◦ green 170 ◦ blue 213

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

Shades of Iris Blue #0DAAD5

Tints of Iris Blue #0DAAD5

RGB

 RED value IS 13 (5.47% from 255) = 3.28%

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

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 3.28%
G = 42.93%
B = 53.79%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0DAAD5 (or 0x0DAAD5) is known color: Iris Blue. HEX triplet: 0D, AA and D5. RGB value is (13,170,213). Sum of RGB (Red+Green+Blue) = 13+170+213=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #0DAAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAD5 is #F2552A. Grayscale: #7F7F7F. Windows color (decimal): -15881515 or 14002701. OLE color: 14002701.

HSL color Cylindrical-coordinate representation of color #0DAAD5: hue angle of 192.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAAD5 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 170 213 -
CMYK 0.94 0.20 0 0.16
HSL 192.9º 0.88% 0.44% -
HSV(B) 192.9º 0.94% 0.84% -
XYZ 26.55 33.64 68.04 -
YUV 127.96 175.99 46 -
System Red Green Blue C M Y K H S L
Decimal 13 170 213 0.94 0.20 0 0.16 192.9 0.88 0.44
Hex D AA D5 5E 14 0 10 C1 58 2C
Octal 15 252 325 136 24 0 20 301 130 54
Binary 1101 10101010 11010101 1011110 10100 0 10000 11000001 1011000 101100

Color Harmonies of #0DAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAD5

Black with #0DAAD5

Text Example


Text Example

White with #0DAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,170,213); }

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

background-color css

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

 a { background-color: rgb(13,170,213); }

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

border-color css

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

 span { border-color: rgb(13,170,213); }

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