#069CBF

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

Shades of Pacific Blue #069CBF

Tints of Pacific Blue #069CBF

Color information

#069CBF (or 0x069CBF) is unknown color: approx Pacific Blue. HEX triplet: 06, 9C and BF. RGB value is (6,156,191). Sum of RGB (Red+Green+Blue) = 6+156+191=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #069CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CBF is #F96340. Grayscale: #727272. Windows color (decimal): -16343873 or 12557318. OLE color: 12557318.

HSL color Cylindrical-coordinate representation of color #069CBF: hue angle of 191.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CBF is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6156191-
CMYK0.970.1800.25
HSL191.35º93.91%38.63%-
HSV(B)191.35º96.86%74.9%-
XYZ21.3727.5853.49-
YUV115.14170.850.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.70%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 191 (75% from 255) = 54.11%
R=1.70%
G=44.19%
B=54.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61561910.970.1800.25191.3593.9138.63
Hex69CBF6112019bf5e27
Octal62342771412203127713647
Binary1101001110010111111110000110010011001101111111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,156,191); }

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

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

 a { background-color: rgb(6,156,191); }

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

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

 span { border-color: rgb(6,156,191); }

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