Html Css Color HEX #0BADCB Iris Blue

📋 copy color: '#0BADCB'

red 11 ◦ green 173 ◦ blue 203

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

Shades of Iris Blue #0BADCB

Tints of Iris Blue #0BADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 2.84%
G = 44.7%
B = 52.45%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BADCB (or 0x0BADCB) is known color: Iris Blue. HEX triplet: 0B, AD and CB. RGB value is (11,173,203). Sum of RGB (Red+Green+Blue) = 11+173+203=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADCB is #F45234. Grayscale: #7F7F7F. Windows color (decimal): -16011829 or 13348107. OLE color: 13348107.

HSL color Cylindrical-coordinate representation of color #0BADCB: hue angle of 189.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BADCB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 173 203 -
CMYK 0.95 0.15 0 0.20
HSL 189.38º 0.9% 0.42% -
HSV(B) 189.38º 0.95% 0.8% -
XYZ 25.86 34.27 61.75 -
YUV 127.98 170.33 44.56 -
System Red Green Blue C M Y K H S L
Decimal 11 173 203 0.95 0.15 0 0.20 189.38 0.9 0.42
Hex B AD CB 5F F 0 14 BD 5A 2A
Octal 13 255 313 137 17 0 24 275 132 52
Binary 1011 10101101 11001011 1011111 1111 0 10100 10111101 1011010 101010

Color Harmonies of #0BADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADCB

Black with #0BADCB

Text Example


Text Example

White with #0BADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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