Html Css Color HEX #0DACC6 Iris Blue

📋 copy color: '#0DACC6'

red 13 ◦ green 172 ◦ blue 198

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

Shades of Iris Blue #0DACC6

Tints of Iris Blue #0DACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.7%

R = 3.39%
G = 44.91%
B = 51.7%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0DACC6 (or 0x0DACC6) is known color: Iris Blue. HEX triplet: 0D, AC and C6. RGB value is (13,172,198). Sum of RGB (Red+Green+Blue) = 13+172+198=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DACC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACC6 is #F25339. Grayscale: #7F7F7F. Windows color (decimal): -15881018 or 13020173. OLE color: 13020173.

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

Color convert

RGB 13 172 198 -
CMYK 0.93 0.13 0 0.22
HSL 188.43º 0.88% 0.41% -
HSV(B) 188.43º 0.93% 0.78% -
XYZ 25.11 33.67 58.6 -
YUV 127.42 167.82 46.39 -
System Red Green Blue C M Y K H S L
Decimal 13 172 198 0.93 0.13 0 0.22 188.43 0.88 0.41
Hex D AC C6 5D D 0 16 BC 58 29
Octal 15 254 306 135 15 0 26 274 130 51
Binary 1101 10101100 11000110 1011101 1101 0 10110 10111100 1011000 101001

Color Harmonies of #0DACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACC6

Black with #0DACC6

Text Example


Text Example

White with #0DACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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