Html Css Color HEX #0BBADF Iris Blue

📋 copy color: '#0BBADF'

red 11 ◦ green 186 ◦ blue 223

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

Shades of Iris Blue #0BBADF

Tints of Iris Blue #0BBADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 2.62%
G = 44.29%
B = 53.1%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BBADF (or 0x0BBADF) is known color: Iris Blue. HEX triplet: 0B, BA and DF. RGB value is (11,186,223). Sum of RGB (Red+Green+Blue) = 11+186+223=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BBADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBADF is #F44520. Grayscale: #898989. Windows color (decimal): -16008481 or 14662155. OLE color: 14662155.

HSL color Cylindrical-coordinate representation of color #0BBADF: hue angle of 190.47º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBADF is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 186 223 -
CMYK 0.95 0.17 0 0.13
HSL 190.47º 0.91% 0.46% -
HSV(B) 190.47º 0.95% 0.87% -
XYZ 31.02 40.52 76 -
YUV 137.89 176.02 37.49 -
System Red Green Blue C M Y K H S L
Decimal 11 186 223 0.95 0.17 0 0.13 190.47 0.91 0.46
Hex B BA DF 5F 11 0 D BE 5B 2E
Octal 13 272 337 137 21 0 15 276 133 56
Binary 1011 10111010 11011111 1011111 10001 0 1101 10111110 1011011 101110

Color Harmonies of #0BBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBADF

Black with #0BBADF

Text Example


Text Example

White with #0BBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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