Html Css Color HEX #0BADC0 Iris Blue

📋 copy color: '#0BADC0'

red 11 ◦ green 173 ◦ blue 192

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

Shades of Iris Blue #0BADC0

Tints of Iris Blue #0BADC0

RGB

 RED value IS 11 (4.69% from 255) = 2.93%

 GREEN value IS 173 (67.97% from 255) = 46.01%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 2.93%
G = 46.01%
B = 51.06%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BADC0 (or 0x0BADC0) is known color: Iris Blue. HEX triplet: 0B, AD and C0. RGB value is (11,173,192). Sum of RGB (Red+Green+Blue) = 11+173+192=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADC0 is #F4523F. Grayscale: #7E7E7E. Windows color (decimal): -16011840 or 12627211. OLE color: 12627211.

HSL color Cylindrical-coordinate representation of color #0BADC0: hue angle of 186.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BADC0 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 173 192 -
CMYK 0.94 0.10 0 0.25
HSL 186.3º 0.89% 0.4% -
HSV(B) 186.3º 0.94% 0.75% -
XYZ 24.6 33.76 55.09 -
YUV 126.73 164.83 45.46 -
System Red Green Blue C M Y K H S L
Decimal 11 173 192 0.94 0.10 0 0.25 186.3 0.89 0.4
Hex B AD C0 5E A 0 19 BA 59 28
Octal 13 255 300 136 12 0 31 272 131 50
Binary 1011 10101101 11000000 1011110 1010 0 11001 10111010 1011001 101000

Color Harmonies of #0BADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADC0

Black with #0BADC0

Text Example


Text Example

White with #0BADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,173,192); }

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

background-color css

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

 a { background-color: rgb(11,173,192); }

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

border-color css

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

 span { border-color: rgb(11,173,192); }

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