Html Css Color HEX #0BABDF Iris Blue

📋 copy color: '#0BABDF'

red 11 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #0BABDF

Tints of Iris Blue #0BABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

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

R = 2.72%
G = 42.22%
B = 55.06%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BABDF (or 0x0BABDF) is known color: Iris Blue. HEX triplet: 0B, AB and DF. RGB value is (11,171,223). Sum of RGB (Red+Green+Blue) = 11+171+223=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABDF is #F45420. Grayscale: #808080. Windows color (decimal): -16012321 or 14658315. OLE color: 14658315.

HSL color Cylindrical-coordinate representation of color #0BABDF: hue angle of 194.72º 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 #0BABDF is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 171 223 -
CMYK 0.95 0.23 0 0.13
HSL 194.72º 0.91% 0.46% -
HSV(B) 194.72º 0.95% 0.87% -
XYZ 28.02 34.52 75 -
YUV 129.09 180.99 43.77 -
System Red Green Blue C M Y K H S L
Decimal 11 171 223 0.95 0.23 0 0.13 194.72 0.91 0.46
Hex B AB DF 5F 17 0 D C3 5B 2E
Octal 13 253 337 137 27 0 15 303 133 56
Binary 1011 10101011 11011111 1011111 10111 0 1101 11000011 1011011 101110

Color Harmonies of #0BABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABDF

Black with #0BABDF

Text Example


Text Example

White with #0BABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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