Html Css Color HEX #0DAAC7 Iris Blue

📋 copy color: '#0DAAC7'

red 13 ◦ green 170 ◦ blue 199

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

Shades of Iris Blue #0DAAC7

Tints of Iris Blue #0DAAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.09%

R = 3.4%
G = 44.5%
B = 52.09%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0DAAC7 (or 0x0DAAC7) is known color: Iris Blue. HEX triplet: 0D, AA and C7. RGB value is (13,170,199). Sum of RGB (Red+Green+Blue) = 13+170+199=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #0DAAC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAC7 is #F25538. Grayscale: #7E7E7E. Windows color (decimal): -15881529 or 13085197. OLE color: 13085197.

HSL color Cylindrical-coordinate representation of color #0DAAC7: hue angle of 189.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAC7 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 170 199 -
CMYK 0.93 0.15 0 0.22
HSL 189.35º 0.88% 0.42% -
HSV(B) 189.35º 0.93% 0.78% -
XYZ 24.85 32.96 59.08 -
YUV 126.36 168.99 47.14 -
System Red Green Blue C M Y K H S L
Decimal 13 170 199 0.93 0.15 0 0.22 189.35 0.88 0.42
Hex D AA C7 5D F 0 16 BD 58 2A
Octal 15 252 307 135 17 0 26 275 130 52
Binary 1101 10101010 11000111 1011101 1111 0 10110 10111101 1011000 101010

Color Harmonies of #0DAAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAC7

Black with #0DAAC7

Text Example


Text Example

White with #0DAAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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