Html Css Color HEX #0DBAD7 Iris Blue

📋 copy color: '#0DBAD7'

red 13 ◦ green 186 ◦ blue 215

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

Shades of Iris Blue #0DBAD7

Tints of Iris Blue #0DBAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.93%

R = 3.14%
G = 44.93%
B = 51.93%

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

#0DBAD7 (or 0x0DBAD7) is known color: Iris Blue. HEX triplet: 0D, BA and D7. RGB value is (13,186,215). Sum of RGB (Red+Green+Blue) = 13+186+215=414 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.14% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #0DBAD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAD7 is #F24528. Grayscale: #898989. Windows color (decimal): -15877417 or 14137869. OLE color: 14137869.

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

Color convert

RGB 13 186 215 -
CMYK 0.94 0.13 0 0.16
HSL 188.61º 0.89% 0.45% -
HSV(B) 188.61º 0.94% 0.84% -
XYZ 29.99 40.11 70.45 -
YUV 137.58 171.69 39.14 -
System Red Green Blue C M Y K H S L
Decimal 13 186 215 0.94 0.13 0 0.16 188.61 0.89 0.45
Hex D BA D7 5E D 0 10 BD 59 2D
Octal 15 272 327 136 15 0 20 275 131 55
Binary 1101 10111010 11010111 1011110 1101 0 10000 10111101 1011001 101101

Color Harmonies of #0DBAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAD7

Black with #0DBAD7

Text Example


Text Example

White with #0DBAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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