#069BDE

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

Shades of Pacific Blue #069BDE

Tints of Pacific Blue #069BDE

Color information

#069BDE (or 0x069BDE) is unknown color: approx Pacific Blue. HEX triplet: 06, 9B and DE. RGB value is (6,155,222). Sum of RGB (Red+Green+Blue) = 6+155+222=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #069BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BDE is #F96421. Grayscale: #757575. Windows color (decimal): -16344098 or 14588678. OLE color: 14588678.

HSL color Cylindrical-coordinate representation of color #069BDE: hue angle of 198.61º degrees, saturation: 0.95, 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 #069BDE is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6155222-
CMYK0.970.3000.13
HSL198.61º94.74%44.71%-
HSV(B)198.61º97.3%87.06%-
XYZ24.9828.7673.34-
YUV118.09186.6448.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.57%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=1.57%
G=40.47%
B=57.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61552220.970.3000.13198.6194.7444.71
Hex69BDE611E0Dc75f2d
Octal62333361413601530713755
Binary110100110111101111011000011111001101110001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,155,222); }

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

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

 a { background-color: rgb(6,155,222); }

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

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

 span { border-color: rgb(6,155,222); }

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