Html Css Color HEX #069ABF Pacific Blue

📋 copy color: '#069ABF'

red 6 ◦ green 154 ◦ blue 191

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

Shades of Pacific Blue #069ABF

Tints of Pacific Blue #069ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.87%

 BLUE value IS 191 (75% from 255) = 54.42%

R = 1.71%
G = 43.87%
B = 54.42%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#069ABF (or 0x069ABF) is known color: Pacific Blue. HEX triplet: 06, 9A and BF. RGB value is (6,154,191). Sum of RGB (Red+Green+Blue) = 6+154+191=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #069ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ABF is #F96540. Grayscale: #717171. Windows color (decimal): -16344385 or 12556806. OLE color: 12556806.

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

Color convert

RGB 6 154 191 -
CMYK 0.97 0.19 0 0.25
HSL 192º 0.94% 0.39% -
HSV(B) 192º 0.97% 0.75% -
XYZ 21.03 26.91 53.38 -
YUV 113.97 171.47 50.99 -
System Red Green Blue C M Y K H S L
Decimal 6 154 191 0.97 0.19 0 0.25 192 0.94 0.39
Hex 6 9A BF 61 13 0 19 C0 5E 27
Octal 6 232 277 141 23 0 31 300 136 47
Binary 110 10011010 10111111 1100001 10011 0 11001 11000000 1011110 100111

Color Harmonies of #069ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069ABF

Black with #069ABF

Text Example


Text Example

White with #069ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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