#069CC1

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

Shades of Pacific Blue #069CC1

Tints of Pacific Blue #069CC1

Color information

#069CC1 (or 0x069CC1) is unknown color: approx Pacific Blue. HEX triplet: 06, 9C and C1. RGB value is (6,156,193). Sum of RGB (Red+Green+Blue) = 6+156+193=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #069CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CC1 is #F9633E. Grayscale: #737373. Windows color (decimal): -16343871 or 12688390. OLE color: 12688390.

HSL color Cylindrical-coordinate representation of color #069CC1: hue angle of 191.87º 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 #069CC1 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6156193-
CMYK0.970.1900.24
HSL191.87º93.97%39.02%-
HSV(B)191.87º96.89%75.69%-
XYZ21.5927.6754.65-
YUV115.37171.849.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=1.69%
G=43.94%
B=54.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61561930.970.1900.24191.8793.9739.02
Hex69CC16113018c05e27
Octal62343011412303030013647
Binary1101001110011000001110000110011011000110000001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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