Html Css Color HEX #0BADB5 Iris Blue

📋 copy color: '#0BADB5'

red 11 ◦ green 173 ◦ blue 181

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

Shades of Iris Blue #0BADB5

Tints of Iris Blue #0BADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.59%

R = 3.01%
G = 47.4%
B = 49.59%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0BADB5 (or 0x0BADB5) is known color: Iris Blue. HEX triplet: 0B, AD and B5. RGB value is (11,173,181). Sum of RGB (Red+Green+Blue) = 11+173+181=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #0BADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADB5 is #F4524A. Grayscale: #7D7D7D. Windows color (decimal): -16011851 or 11906315. OLE color: 11906315.

HSL color Cylindrical-coordinate representation of color #0BADB5: hue angle of 182.82º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BADB5 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 173 181 -
CMYK 0.94 0.04 0 0.29
HSL 182.82º 0.89% 0.38% -
HSV(B) 182.82º 0.94% 0.71% -
XYZ 23.42 33.29 48.91 -
YUV 125.47 159.33 46.35 -
System Red Green Blue C M Y K H S L
Decimal 11 173 181 0.94 0.04 0 0.29 182.82 0.89 0.38
Hex B AD B5 5E 4 0 1D B7 59 26
Octal 13 255 265 136 4 0 35 267 131 46
Binary 1011 10101101 10110101 1011110 100 0 11101 10110111 1011001 100110

Color Harmonies of #0BADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADB5

Black with #0BADB5

Text Example


Text Example

White with #0BADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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