Html Css Color HEX #0DABDC Iris Blue

📋 copy color: '#0DABDC'

red 13 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #0DABDC

Tints of Iris Blue #0DABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.33%

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

R = 3.22%
G = 42.33%
B = 54.46%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DABDC (or 0x0DABDC) is known color: Iris Blue. HEX triplet: 0D, AB and DC. RGB value is (13,171,220). Sum of RGB (Red+Green+Blue) = 13+171+220=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABDC is #F25423. Grayscale: #808080. Windows color (decimal): -15881252 or 14461709. OLE color: 14461709.

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

Color convert

RGB 13 171 220 -
CMYK 0.94 0.22 0 0.14
HSL 194.2º 0.89% 0.46% -
HSV(B) 194.2º 0.94% 0.86% -
XYZ 27.65 34.38 72.89 -
YUV 129.34 179.15 45.02 -
System Red Green Blue C M Y K H S L
Decimal 13 171 220 0.94 0.22 0 0.14 194.2 0.89 0.46
Hex D AB DC 5E 16 0 E C2 59 2E
Octal 15 253 334 136 26 0 16 302 131 56
Binary 1101 10101011 11011100 1011110 10110 0 1110 11000010 1011001 101110

Color Harmonies of #0DABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABDC

Black with #0DABDC

Text Example


Text Example

White with #0DABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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