Html Css Color HEX #0DAAC2 Iris Blue

📋 copy color: '#0DAAC2'

red 13 ◦ green 170 ◦ blue 194

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

Shades of Iris Blue #0DAAC2

Tints of Iris Blue #0DAAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.46%

R = 3.45%
G = 45.09%
B = 51.46%

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

#0DAAC2 (or 0x0DAAC2) is known color: Iris Blue. HEX triplet: 0D, AA and C2. RGB value is (13,170,194). Sum of RGB (Red+Green+Blue) = 13+170+194=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #0DAAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAC2 is #F2553D. Grayscale: #7D7D7D. Windows color (decimal): -15881534 or 12757517. OLE color: 12757517.

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

Color convert

RGB 13 170 194 -
CMYK 0.93 0.12 0 0.24
HSL 187.96º 0.87% 0.41% -
HSV(B) 187.96º 0.93% 0.76% -
XYZ 24.28 32.73 56.08 -
YUV 125.79 166.49 47.55 -
System Red Green Blue C M Y K H S L
Decimal 13 170 194 0.93 0.12 0 0.24 187.96 0.87 0.41
Hex D AA C2 5D C 0 18 BC 57 29
Octal 15 252 302 135 14 0 30 274 127 51
Binary 1101 10101010 11000010 1011101 1100 0 11000 10111100 1010111 101001

Color Harmonies of #0DAAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAC2

Black with #0DAAC2

Text Example


Text Example

White with #0DAAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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