Html Css Color HEX #0BADDB Iris Blue

📋 copy color: '#0BADDB'

red 11 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #0BADDB

Tints of Iris Blue #0BADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 2.73%
G = 42.93%
B = 54.34%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BADDB (or 0x0BADDB) is known color: Iris Blue. HEX triplet: 0B, AD and DB. RGB value is (11,173,219). Sum of RGB (Red+Green+Blue) = 11+173+219=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADDB is #F45224. Grayscale: #818181. Windows color (decimal): -16011813 or 14396683. OLE color: 14396683.

HSL color Cylindrical-coordinate representation of color #0BADDB: hue angle of 193.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BADDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 173 219 -
CMYK 0.95 0.21 0 0.14
HSL 193.27º 0.9% 0.45% -
HSV(B) 193.27º 0.95% 0.86% -
XYZ 27.87 35.07 72.32 -
YUV 129.81 178.33 43.26 -
System Red Green Blue C M Y K H S L
Decimal 11 173 219 0.95 0.21 0 0.14 193.27 0.9 0.45
Hex B AD DB 5F 15 0 E C1 5A 2D
Octal 13 255 333 137 25 0 16 301 132 55
Binary 1011 10101101 11011011 1011111 10101 0 1110 11000001 1011010 101101

Color Harmonies of #0BADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADDB

Black with #0BADDB

Text Example


Text Example

White with #0BADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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