Html Css Color HEX #0DBAD5 Iris Blue

📋 copy color: '#0DBAD5'

red 13 ◦ green 186 ◦ blue 213

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

Shades of Iris Blue #0DBAD5

Tints of Iris Blue #0DBAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.7%

R = 3.16%
G = 45.15%
B = 51.7%

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

#0DBAD5 (or 0x0DBAD5) is known color: Iris Blue. HEX triplet: 0D, BA and D5. RGB value is (13,186,213). Sum of RGB (Red+Green+Blue) = 13+186+213=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #0DBAD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAD5 is #F2452A. Grayscale: #898989. Windows color (decimal): -15877419 or 14006797. OLE color: 14006797.

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

Color convert

RGB 13 186 213 -
CMYK 0.94 0.13 0 0.16
HSL 188.1º 0.88% 0.44% -
HSV(B) 188.1º 0.94% 0.84% -
XYZ 29.74 40.01 69.11 -
YUV 137.35 170.69 39.3 -
System Red Green Blue C M Y K H S L
Decimal 13 186 213 0.94 0.13 0 0.16 188.1 0.88 0.44
Hex D BA D5 5E D 0 10 BC 58 2C
Octal 15 272 325 136 15 0 20 274 130 54
Binary 1101 10111010 11010101 1011110 1101 0 10000 10111100 1011000 101100

Color Harmonies of #0DBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAD5

Black with #0DBAD5

Text Example


Text Example

White with #0DBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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