Html Css Color HEX #0BADBA Iris Blue

📋 copy color: '#0BADBA'

red 11 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #0BADBA

Tints of Iris Blue #0BADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 2.97%
G = 46.76%
B = 50.27%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BADBA (or 0x0BADBA) is known color: Iris Blue. HEX triplet: 0B, AD and BA. RGB value is (11,173,186). Sum of RGB (Red+Green+Blue) = 11+173+186=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADBA is #F45245. Grayscale: #7D7D7D. Windows color (decimal): -16011846 or 12233995. OLE color: 12233995.

HSL color Cylindrical-coordinate representation of color #0BADBA: hue angle of 184.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BADBA is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 173 186 -
CMYK 0.94 0.07 0 0.27
HSL 184.46º 0.89% 0.39% -
HSV(B) 184.46º 0.94% 0.73% -
XYZ 23.94 33.5 51.66 -
YUV 126.04 161.83 45.94 -
System Red Green Blue C M Y K H S L
Decimal 11 173 186 0.94 0.07 0 0.27 184.46 0.89 0.39
Hex B AD BA 5E 7 0 1B B8 59 27
Octal 13 255 272 136 7 0 33 270 131 47
Binary 1011 10101101 10111010 1011110 111 0 11011 10111000 1011001 100111

Color Harmonies of #0BADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADBA

Black with #0BADBA

Text Example


Text Example

White with #0BADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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