Html Css Color HEX #0DAECD Iris Blue

📋 copy color: '#0DAECD'

red 13 ◦ green 174 ◦ blue 205

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

Shades of Iris Blue #0DAECD

Tints of Iris Blue #0DAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.39%

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 3.32%
G = 44.39%
B = 52.3%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0DAECD (or 0x0DAECD) is known color: Iris Blue. HEX triplet: 0D, AE and CD. RGB value is (13,174,205). Sum of RGB (Red+Green+Blue) = 13+174+205=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DAECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAECD is #F25132. Grayscale: #818181. Windows color (decimal): -15880499 or 13479437. OLE color: 13479437.

HSL color Cylindrical-coordinate representation of color #0DAECD: hue angle of 189.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAECD is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 174 205 -
CMYK 0.94 0.15 0 0.20
HSL 189.69º 0.88% 0.43% -
HSV(B) 189.69º 0.94% 0.8% -
XYZ 26.32 34.77 63.08 -
YUV 129.4 170.66 44.98 -
System Red Green Blue C M Y K H S L
Decimal 13 174 205 0.94 0.15 0 0.20 189.69 0.88 0.43
Hex D AE CD 5E F 0 14 BE 58 2B
Octal 15 256 315 136 17 0 24 276 130 53
Binary 1101 10101110 11001101 1011110 1111 0 10100 10111110 1011000 101011

Color Harmonies of #0DAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAECD

Black with #0DAECD

Text Example


Text Example

White with #0DAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,205); }

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

background-color css

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

 a { background-color: rgb(13,174,205); }

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

border-color css

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

 span { border-color: rgb(13,174,205); }

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