#069FC8

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

Shades of Pacific Blue #069FC8

Tints of Pacific Blue #069FC8

Color information

#069FC8 (or 0x069FC8) is unknown color: approx Pacific Blue. HEX triplet: 06, 9F and C8. RGB value is (6,159,200). Sum of RGB (Red+Green+Blue) = 6+159+200=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #069FC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FC8 is #F96037. Grayscale: #757575. Windows color (decimal): -16343096 or 13147910. OLE color: 13147910.

HSL color Cylindrical-coordinate representation of color #069FC8: hue angle of 192.68º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069FC8 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6159200-
CMYK0.970.2000.22
HSL192.68º94.17%40.39%-
HSV(B)192.68º97%78.43%-
XYZ22.929.0159.04-
YUV117.93174.3148.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.64%
GREEN value IS 159 (62.5% from 255) = 43.56%
BLUE value IS 200 (78.52% from 255) = 54.79%
R=1.64%
G=43.56%
B=54.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61592000.970.2000.22192.6894.1740.39
Hex69FC86114016c15e28
Octal62373101412402630113650
Binary1101001111111001000110000110100010110110000011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069FC8; }

 p { color: rgb(6,159,200); }

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

<style>
 a { background-color: #069FC8; }

 a { background-color: rgb(6,159,200); }

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

<style>
 span { border-color: #069FC8; }

 span { border-color: rgb(6,159,200); }

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