Html Css Color HEX #0DACD2 Iris Blue

📋 copy color: '#0DACD2'

red 13 ◦ green 172 ◦ blue 210

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

Shades of Iris Blue #0DACD2

Tints of Iris Blue #0DACD2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.54%

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 3.29%
G = 43.54%
B = 53.16%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0DACD2 (or 0x0DACD2) is known color: Iris Blue. HEX triplet: 0D, AC and D2. RGB value is (13,172,210). Sum of RGB (Red+Green+Blue) = 13+172+210=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #0DACD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACD2 is #F2532D. Grayscale: #808080. Windows color (decimal): -15881006 or 13806605. OLE color: 13806605.

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

Color convert

RGB 13 172 210 -
CMYK 0.94 0.18 0 0.18
HSL 191.57º 0.88% 0.44% -
HSV(B) 191.57º 0.94% 0.82% -
XYZ 26.55 34.24 66.18 -
YUV 128.79 173.82 45.41 -
System Red Green Blue C M Y K H S L
Decimal 13 172 210 0.94 0.18 0 0.18 191.57 0.88 0.44
Hex D AC D2 5E 12 0 12 C0 58 2C
Octal 15 254 322 136 22 0 22 300 130 54
Binary 1101 10101100 11010010 1011110 10010 0 10010 11000000 1011000 101100

Color Harmonies of #0DACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACD2

Black with #0DACD2

Text Example


Text Example

White with #0DACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,210); }

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

background-color css

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

 a { background-color: rgb(13,172,210); }

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

border-color css

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

 span { border-color: rgb(13,172,210); }

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