#069BC1

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

Shades of Pacific Blue #069BC1

Tints of Pacific Blue #069BC1

Color information

#069BC1 (or 0x069BC1) is unknown color: approx Pacific Blue. HEX triplet: 06, 9B and C1. RGB value is (6,155,193). Sum of RGB (Red+Green+Blue) = 6+155+193=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #069BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BC1 is #F9643E. Grayscale: #727272. Windows color (decimal): -16344127 or 12688134. OLE color: 12688134.

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

Color convert

RGB6155193-
CMYK0.970.2000.24
HSL192.19º93.97%39.02%-
HSV(B)192.19º96.89%75.69%-
XYZ21.4227.3354.6-
YUV114.78172.1450.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=1.69%
G=43.79%
B=54.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61551930.970.2000.24192.1993.9739.02
Hex69BC16114018c05e27
Octal62333011412403030013647
Binary1101001101111000001110000110100011000110000001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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