#0B8FDD

Color #0B8FDD Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0B8FDD

Tints of Pacific Blue #0B8FDD

Color information

#0B8FDD (or 0x0B8FDD) is unknown color: approx Pacific Blue. HEX triplet: 0B, 8F and DD. RGB value is (11,143,221). Sum of RGB (Red+Green+Blue) = 11+143+221=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B8FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8FDD is #F47022. Grayscale: #6F6F6F. Windows color (decimal): -16019491 or 14520075. OLE color: 14520075.

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

Color convert

RGB11143221-
CMYK0.950.3500.13
HSL202.29º90.52%45.49%-
HSV(B)202.29º95.02%86.67%-
XYZ23.0124.9472.01-
YUV112.42189.2755.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.93%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=2.93%
G=38.13%
B=58.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111432210.950.3500.13202.2990.5245.49
HexB8FDD5F230Dca5b2d
Octal132173351374301531213355
Binary10111000111111011101101111110001101101110010101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,143,221); }

 H1.HeaderClassName
 {
   color: #0B8FDD;
 }
 .AnyTagClassName
 {
   color: #0B8FDD;
 }
</style>
background-color css

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

 a { background-color: rgb(11,143,221); }

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

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

 span { border-color: rgb(11,143,221); }

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