Html Css Color HEX #0DAAC1 Iris Blue

📋 copy color: '#0DAAC1'

red 13 ◦ green 170 ◦ blue 193

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

Shades of Iris Blue #0DAAC1

Tints of Iris Blue #0DAAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 3.46%
G = 45.21%
B = 51.33%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0DAAC1 (or 0x0DAAC1) is known color: Iris Blue. HEX triplet: 0D, AA and C1. RGB value is (13,170,193). Sum of RGB (Red+Green+Blue) = 13+170+193=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #0DAAC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAC1 is #F2553E. Grayscale: #7D7D7D. Windows color (decimal): -15881535 or 12691981. OLE color: 12691981.

HSL color Cylindrical-coordinate representation of color #0DAAC1: hue angle of 187.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAC1 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 170 193 -
CMYK 0.93 0.12 0 0.24
HSL 187.67º 0.87% 0.4% -
HSV(B) 187.67º 0.93% 0.76% -
XYZ 24.17 32.69 55.49 -
YUV 125.68 165.99 47.63 -
System Red Green Blue C M Y K H S L
Decimal 13 170 193 0.93 0.12 0 0.24 187.67 0.87 0.4
Hex D AA C1 5D C 0 18 BC 57 28
Octal 15 252 301 135 14 0 30 274 127 50
Binary 1101 10101010 11000001 1011101 1100 0 11000 10111100 1010111 101000

Color Harmonies of #0DAAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAC1

Black with #0DAAC1

Text Example


Text Example

White with #0DAAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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