Html Css Color HEX #0BABDC Iris Blue

📋 copy color: '#0BABDC'

red 11 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #0BABDC

Tints of Iris Blue #0BABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 2.74%
G = 42.54%
B = 54.73%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BABDC (or 0x0BABDC) is known color: Iris Blue. HEX triplet: 0B, AB and DC. RGB value is (11,171,220). Sum of RGB (Red+Green+Blue) = 11+171+220=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABDC is #F45423. Grayscale: #808080. Windows color (decimal): -16012324 or 14461707. OLE color: 14461707.

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

Color convert

RGB 11 171 220 -
CMYK 0.95 0.22 0 0.14
HSL 194.07º 0.9% 0.45% -
HSV(B) 194.07º 0.95% 0.86% -
XYZ 27.62 34.36 72.89 -
YUV 128.75 179.49 44.02 -
System Red Green Blue C M Y K H S L
Decimal 11 171 220 0.95 0.22 0 0.14 194.07 0.9 0.45
Hex B AB DC 5F 16 0 E C2 5A 2D
Octal 13 253 334 137 26 0 16 302 132 55
Binary 1011 10101011 11011100 1011111 10110 0 1110 11000010 1011010 101101

Color Harmonies of #0BABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABDC

Black with #0BABDC

Text Example


Text Example

White with #0BABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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