Html Css Color HEX #0DBAD6 Iris Blue

📋 copy color: '#0DBAD6'

red 13 ◦ green 186 ◦ blue 214

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

Shades of Iris Blue #0DBAD6

Tints of Iris Blue #0DBAD6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 214 (83.98% from 255) = 51.82%

R = 3.15%
G = 45.04%
B = 51.82%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0DBAD6 (or 0x0DBAD6) is known color: Iris Blue. HEX triplet: 0D, BA and D6. RGB value is (13,186,214). Sum of RGB (Red+Green+Blue) = 13+186+214=413 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.15% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #0DBAD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAD6 is #F24529. Grayscale: #898989. Windows color (decimal): -15877418 or 14072333. OLE color: 14072333.

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

Color convert

RGB 13 186 214 -
CMYK 0.94 0.13 0 0.16
HSL 188.36º 0.89% 0.45% -
HSV(B) 188.36º 0.94% 0.84% -
XYZ 29.86 40.06 69.78 -
YUV 137.47 171.19 39.22 -
System Red Green Blue C M Y K H S L
Decimal 13 186 214 0.94 0.13 0 0.16 188.36 0.89 0.45
Hex D BA D6 5E D 0 10 BC 59 2D
Octal 15 272 326 136 15 0 20 274 131 55
Binary 1101 10111010 11010110 1011110 1101 0 10000 10111100 1011001 101101

Color Harmonies of #0DBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAD6

Black with #0DBAD6

Text Example


Text Example

White with #0DBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,214); }

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

background-color css

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

 a { background-color: rgb(13,186,214); }

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

border-color css

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

 span { border-color: rgb(13,186,214); }

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