Html Css Color HEX #069FBA Pacific Blue

📋 copy color: '#069FBA'

red 6 ◦ green 159 ◦ blue 186

#069FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #069FBA

Tints of Pacific Blue #069FBA

RGB

 RED value IS 6 (2.73% from 255) = 1.71%

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 1.71%
G = 45.3%
B = 52.99%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#069FBA (or 0x069FBA) is known color: Pacific Blue. HEX triplet: 06, 9F and BA. RGB value is (6,159,186). Sum of RGB (Red+Green+Blue) = 6+159+186=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #069FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FBA is #F96045. Grayscale: #747474. Windows color (decimal): -16343110 or 12230406. OLE color: 12230406.

HSL color Cylindrical-coordinate representation of color #069FBA: hue angle of 189º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069FBA is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 159 186 -
CMYK 0.97 0.15 0 0.27
HSL 189º 0.94% 0.38% -
HSV(B) 189º 0.97% 0.73% -
XYZ 21.34 28.38 50.81 -
YUV 116.33 167.31 49.3 -
System Red Green Blue C M Y K H S L
Decimal 6 159 186 0.97 0.15 0 0.27 189 0.94 0.38
Hex 6 9F BA 61 F 0 1B BD 5E 26
Octal 6 237 272 141 17 0 33 275 136 46
Binary 110 10011111 10111010 1100001 1111 0 11011 10111101 1011110 100110

Color Harmonies of #069FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069FBA

Black with #069FBA

Text Example


Text Example

White with #069FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #069FBA;
 }
 .AnyTagClassName
 {
   color: #069FBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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