#0788DF

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

Shades of Pacific Blue #0788DF

Tints of Pacific Blue #0788DF

Color information

#0788DF (or 0x0788DF) is unknown color: approx Pacific Blue. HEX triplet: 07, 88 and DF. RGB value is (7,136,223). Sum of RGB (Red+Green+Blue) = 7+136+223=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #0788DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0788DF is #F87720. Grayscale: #6A6A6A. Windows color (decimal): -16283425 or 14649351. OLE color: 14649351.

HSL color Cylindrical-coordinate representation of color #0788DF: hue angle of 204.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0788DF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7136223-
CMYK0.970.3900.13
HSL204.17º93.91%45.1%-
HSV(B)204.17º96.86%87.45%-
XYZ22.2122.9873.08-
YUV107.35193.2656.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.91%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 223 (87.5% from 255) = 60.93%
R=1.91%
G=37.16%
B=60.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71362230.970.3900.13204.1793.9145.1
Hex788DF61270Dcc5e2d
Octal72103371414701531413655
Binary1111000100011011111110000110011101101110011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0788DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0788DF; }

 p { color: rgb(7,136,223); }

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

<style>
 a { background-color: #0788DF; }

 a { background-color: rgb(7,136,223); }

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

<style>
 span { border-color: #0788DF; }

 span { border-color: rgb(7,136,223); }

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