Html Css Color HEX #069FC0 Pacific Blue

📋 copy color: '#069FC0'

red 6 ◦ green 159 ◦ blue 192

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

Shades of Pacific Blue #069FC0

Tints of Pacific Blue #069FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 1.68%
G = 44.54%
B = 53.78%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#069FC0 (or 0x069FC0) is known color: Pacific Blue. HEX triplet: 06, 9F and C0. RGB value is (6,159,192). Sum of RGB (Red+Green+Blue) = 6+159+192=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #069FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FC0 is #F9603F. Grayscale: #747474. Windows color (decimal): -16343104 or 12623622. OLE color: 12623622.

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

Color convert

RGB 6 159 192 -
CMYK 0.97 0.17 0 0.25
HSL 190.65º 0.94% 0.39% -
HSV(B) 190.65º 0.97% 0.75% -
XYZ 21.99 28.64 54.24 -
YUV 117.02 170.31 48.82 -
System Red Green Blue C M Y K H S L
Decimal 6 159 192 0.97 0.17 0 0.25 190.65 0.94 0.39
Hex 6 9F C0 61 11 0 19 BF 5E 27
Octal 6 237 300 141 21 0 31 277 136 47
Binary 110 10011111 11000000 1100001 10001 0 11001 10111111 1011110 100111

Color Harmonies of #069FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069FC0

Black with #069FC0

Text Example


Text Example

White with #069FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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