Html Css Color HEX #0DACCD Iris Blue

📋 copy color: '#0DACCD'

red 13 ◦ green 172 ◦ blue 205

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

Shades of Iris Blue #0DACCD

Tints of Iris Blue #0DACCD

RGB

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

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

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

R = 3.33%
G = 44.1%
B = 52.56%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0DACCD (or 0x0DACCD) is known color: Iris Blue. HEX triplet: 0D, AC and CD. RGB value is (13,172,205). Sum of RGB (Red+Green+Blue) = 13+172+205=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DACCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACCD is #F25332. Grayscale: #7F7F7F. Windows color (decimal): -15881011 or 13478925. OLE color: 13478925.

HSL color Cylindrical-coordinate representation of color #0DACCD: hue angle of 190.31º 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 #0DACCD is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 172 205 -
CMYK 0.94 0.16 0 0.20
HSL 190.31º 0.88% 0.43% -
HSV(B) 190.31º 0.94% 0.8% -
XYZ 25.94 34 62.95 -
YUV 128.22 171.32 45.82 -
System Red Green Blue C M Y K H S L
Decimal 13 172 205 0.94 0.16 0 0.20 190.31 0.88 0.43
Hex D AC CD 5E 10 0 14 BE 58 2B
Octal 15 254 315 136 20 0 24 276 130 53
Binary 1101 10101100 11001101 1011110 10000 0 10100 10111110 1011000 101011

Color Harmonies of #0DACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACCD

Black with #0DACCD

Text Example


Text Example

White with #0DACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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