Html Css Color HEX #0DB4DC Iris Blue

📋 copy color: '#0DB4DC'

red 13 ◦ green 180 ◦ blue 220

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

Shades of Iris Blue #0DB4DC

Tints of Iris Blue #0DB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.58%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 3.15%
G = 43.58%
B = 53.27%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DB4DC (or 0x0DB4DC) is known color: Iris Blue. HEX triplet: 0D, B4 and DC. RGB value is (13,180,220). Sum of RGB (Red+Green+Blue) = 13+180+220=413 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.15% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DB4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB4DC is #F24B23. Grayscale: #868686. Windows color (decimal): -15878948 or 14464013. OLE color: 14464013.

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

Color convert

RGB 13 180 220 -
CMYK 0.94 0.18 0 0.14
HSL 191.59º 0.89% 0.46% -
HSV(B) 191.59º 0.94% 0.86% -
XYZ 29.41 37.9 73.47 -
YUV 134.63 176.17 41.25 -
System Red Green Blue C M Y K H S L
Decimal 13 180 220 0.94 0.18 0 0.14 191.59 0.89 0.46
Hex D B4 DC 5E 12 0 E C0 59 2E
Octal 15 264 334 136 22 0 16 300 131 56
Binary 1101 10110100 11011100 1011110 10010 0 1110 11000000 1011001 101110

Color Harmonies of #0DB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB4DC

Black with #0DB4DC

Text Example


Text Example

White with #0DB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,180,220); }

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

background-color css

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

 a { background-color: rgb(13,180,220); }

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

border-color css

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

 span { border-color: rgb(13,180,220); }

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