Html Css Color HEX #0B9FDC Pacific Blue

📋 copy color: '#0B9FDC'

red 11 ◦ green 159 ◦ blue 220

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

Shades of Pacific Blue #0B9FDC

Tints of Pacific Blue #0B9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.77%

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

R = 2.82%
G = 40.77%
B = 56.41%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B9FDC (or 0x0B9FDC) is known color: Pacific Blue. HEX triplet: 0B, 9F and DC. RGB value is (11,159,220). Sum of RGB (Red+Green+Blue) = 11+159+220=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B9FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9FDC is #F46023. Grayscale: #797979. Windows color (decimal): -16015396 or 14458635. OLE color: 14458635.

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

Color convert

RGB 11 159 220 -
CMYK 0.95 0.28 0 0.14
HSL 197.51º 0.9% 0.45% -
HSV(B) 197.51º 0.95% 0.86% -
XYZ 25.45 30.03 72.17 -
YUV 121.7 183.47 49.04 -
System Red Green Blue C M Y K H S L
Decimal 11 159 220 0.95 0.28 0 0.14 197.51 0.9 0.45
Hex B 9F DC 5F 1C 0 E C6 5A 2D
Octal 13 237 334 137 34 0 16 306 132 55
Binary 1011 10011111 11011100 1011111 11100 0 1110 11000110 1011010 101101

Color Harmonies of #0B9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9FDC

Black with #0B9FDC

Text Example


Text Example

White with #0B9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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