Html Css Color HEX #0DBAD1 Iris Blue

📋 copy color: '#0DBAD1'

red 13 ◦ green 186 ◦ blue 209

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

Shades of Iris Blue #0DBAD1

Tints of Iris Blue #0DBAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.23%

R = 3.19%
G = 45.59%
B = 51.23%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0DBAD1 (or 0x0DBAD1) is known color: Iris Blue. HEX triplet: 0D, BA and D1. RGB value is (13,186,209). Sum of RGB (Red+Green+Blue) = 13+186+209=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #0DBAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAD1 is #F2452E. Grayscale: #888888. Windows color (decimal): -15877423 or 13744653. OLE color: 13744653.

HSL color Cylindrical-coordinate representation of color #0DBAD1: hue angle of 187.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBAD1 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 186 209 -
CMYK 0.94 0.11 0 0.18
HSL 187.04º 0.88% 0.44% -
HSV(B) 187.04º 0.94% 0.82% -
XYZ 29.23 39.81 66.46 -
YUV 136.9 168.69 39.63 -
System Red Green Blue C M Y K H S L
Decimal 13 186 209 0.94 0.11 0 0.18 187.04 0.88 0.44
Hex D BA D1 5E B 0 12 BB 58 2C
Octal 15 272 321 136 13 0 22 273 130 54
Binary 1101 10111010 11010001 1011110 1011 0 10010 10111011 1011000 101100

Color Harmonies of #0DBAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAD1

Black with #0DBAD1

Text Example


Text Example

White with #0DBAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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