Html Css Color HEX #0BABCD Iris Blue

📋 copy color: '#0BABCD'

red 11 ◦ green 171 ◦ blue 205

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

Shades of Iris Blue #0BABCD

Tints of Iris Blue #0BABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 2.84%
G = 44.19%
B = 52.97%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BABCD (or 0x0BABCD) is known color: Iris Blue. HEX triplet: 0B, AB and CD. RGB value is (11,171,205). Sum of RGB (Red+Green+Blue) = 11+171+205=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABCD is #F45432. Grayscale: #7E7E7E. Windows color (decimal): -16012339 or 13478667. OLE color: 13478667.

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

Color convert

RGB 11 171 205 -
CMYK 0.95 0.17 0 0.20
HSL 190.52º 0.9% 0.42% -
HSV(B) 190.52º 0.95% 0.8% -
XYZ 25.72 33.6 62.89 -
YUV 127.04 171.99 45.24 -
System Red Green Blue C M Y K H S L
Decimal 11 171 205 0.95 0.17 0 0.20 190.52 0.9 0.42
Hex B AB CD 5F 11 0 14 BF 5A 2A
Octal 13 253 315 137 21 0 24 277 132 52
Binary 1011 10101011 11001101 1011111 10001 0 10100 10111111 1011010 101010

Color Harmonies of #0BABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABCD

Black with #0BABCD

Text Example


Text Example

White with #0BABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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