Html Css Color HEX #0DBADE Iris Blue

📋 copy color: '#0DBADE'

red 13 ◦ green 186 ◦ blue 222

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

Shades of Iris Blue #0DBADE

Tints of Iris Blue #0DBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 3.09%
G = 44.18%
B = 52.73%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DBADE (or 0x0DBADE) is known color: Iris Blue. HEX triplet: 0D, BA and DE. RGB value is (13,186,222). Sum of RGB (Red+Green+Blue) = 13+186+222=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DBADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBADE is #F24521. Grayscale: #8A8A8A. Windows color (decimal): -15877410 or 14596621. OLE color: 14596621.

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

Color convert

RGB 13 186 222 -
CMYK 0.94 0.16 0 0.13
HSL 190.33º 0.89% 0.46% -
HSV(B) 190.33º 0.94% 0.87% -
XYZ 30.91 40.48 75.29 -
YUV 138.38 175.19 38.57 -
System Red Green Blue C M Y K H S L
Decimal 13 186 222 0.94 0.16 0 0.13 190.33 0.89 0.46
Hex D BA DE 5E 10 0 D BE 59 2E
Octal 15 272 336 136 20 0 15 276 131 56
Binary 1101 10111010 11011110 1011110 10000 0 1101 10111110 1011001 101110

Color Harmonies of #0DBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBADE

Black with #0DBADE

Text Example


Text Example

White with #0DBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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