Html Css Color HEX #069BC5 Pacific Blue

📋 copy color: '#069BC5'

red 6 ◦ green 155 ◦ blue 197

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

Shades of Pacific Blue #069BC5

Tints of Pacific Blue #069BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.03%

R = 1.68%
G = 43.3%
B = 55.03%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#069BC5 (or 0x069BC5) is known color: Pacific Blue. HEX triplet: 06, 9B and C5. RGB value is (6,155,197). Sum of RGB (Red+Green+Blue) = 6+155+197=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #069BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BC5 is #F9643A. Grayscale: #727272. Windows color (decimal): -16344123 or 12950278. OLE color: 12950278.

HSL color Cylindrical-coordinate representation of color #069BC5: hue angle of 193.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BC5 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 155 197 -
CMYK 0.97 0.21 0 0.23
HSL 193.19º 0.94% 0.4% -
HSV(B) 193.19º 0.97% 0.77% -
XYZ 21.87 27.51 56.98 -
YUV 115.24 174.14 50.08 -
System Red Green Blue C M Y K H S L
Decimal 6 155 197 0.97 0.21 0 0.23 193.19 0.94 0.4
Hex 6 9B C5 61 15 0 17 C1 5E 28
Octal 6 233 305 141 25 0 27 301 136 50
Binary 110 10011011 11000101 1100001 10101 0 10111 11000001 1011110 101000

Color Harmonies of #069BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BC5

Black with #069BC5

Text Example


Text Example

White with #069BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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