Html Css Color HEX #0DACDF Iris Blue

📋 copy color: '#0DACDF'

red 13 ◦ green 172 ◦ blue 223

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

Shades of Iris Blue #0DACDF

Tints of Iris Blue #0DACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.66%

R = 3.19%
G = 42.16%
B = 54.66%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DACDF (or 0x0DACDF) is known color: Iris Blue. HEX triplet: 0D, AC and DF. RGB value is (13,172,223). Sum of RGB (Red+Green+Blue) = 13+172+223=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACDF is #F25320. Grayscale: #818181. Windows color (decimal): -15880993 or 14658573. OLE color: 14658573.

HSL color Cylindrical-coordinate representation of color #0DACDF: hue angle of 194.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACDF is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 172 223 -
CMYK 0.94 0.23 0 0.13
HSL 194.57º 0.89% 0.46% -
HSV(B) 194.57º 0.94% 0.87% -
XYZ 28.24 34.92 75.06 -
YUV 130.27 180.32 44.35 -
System Red Green Blue C M Y K H S L
Decimal 13 172 223 0.94 0.23 0 0.13 194.57 0.89 0.46
Hex D AC DF 5E 17 0 D C3 59 2E
Octal 15 254 337 136 27 0 15 303 131 56
Binary 1101 10101100 11011111 1011110 10111 0 1101 11000011 1011001 101110

Color Harmonies of #0DACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACDF

Black with #0DACDF

Text Example


Text Example

White with #0DACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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