Html Css Color HEX #069BC0 Pacific Blue

📋 copy color: '#069BC0'

red 6 ◦ green 155 ◦ blue 192

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

Shades of Pacific Blue #069BC0

Tints of Pacific Blue #069BC0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.91%

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

R = 1.7%
G = 43.91%
B = 54.39%

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

#069BC0 (or 0x069BC0) is known color: Pacific Blue. HEX triplet: 06, 9B and C0. RGB value is (6,155,192). Sum of RGB (Red+Green+Blue) = 6+155+192=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #069BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BC0 is #F9643F. Grayscale: #727272. Windows color (decimal): -16344128 or 12622598. OLE color: 12622598.

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

Color convert

RGB 6 155 192 -
CMYK 0.97 0.19 0 0.25
HSL 191.94º 0.94% 0.39% -
HSV(B) 191.94º 0.97% 0.75% -
XYZ 21.31 27.29 54.01 -
YUV 114.67 171.64 50.49 -
System Red Green Blue C M Y K H S L
Decimal 6 155 192 0.97 0.19 0 0.25 191.94 0.94 0.39
Hex 6 9B C0 61 13 0 19 C0 5E 27
Octal 6 233 300 141 23 0 31 300 136 47
Binary 110 10011011 11000000 1100001 10011 0 11001 11000000 1011110 100111

Color Harmonies of #069BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BC0

Black with #069BC0

Text Example


Text Example

White with #069BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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