Html Css Color HEX #069BBC Pacific Blue

📋 copy color: '#069BBC'

red 6 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #069BBC

Tints of Pacific Blue #069BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 1.72%
G = 44.41%
B = 53.87%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#069BBC (or 0x069BBC) is known color: Pacific Blue. HEX triplet: 06, 9B and BC. RGB value is (6,155,188). Sum of RGB (Red+Green+Blue) = 6+155+188=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #069BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BBC is #F96443. Grayscale: #717171. Windows color (decimal): -16344132 or 12360454. OLE color: 12360454.

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

Color convert

RGB 6 155 188 -
CMYK 0.97 0.18 0 0.26
HSL 190.88º 0.94% 0.38% -
HSV(B) 190.88º 0.97% 0.74% -
XYZ 20.87 27.11 51.71 -
YUV 114.21 169.64 50.82 -
System Red Green Blue C M Y K H S L
Decimal 6 155 188 0.97 0.18 0 0.26 190.88 0.94 0.38
Hex 6 9B BC 61 12 0 1A BF 5E 26
Octal 6 233 274 141 22 0 32 277 136 46
Binary 110 10011011 10111100 1100001 10010 0 11010 10111111 1011110 100110

Color Harmonies of #069BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BBC

Black with #069BBC

Text Example


Text Example

White with #069BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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