Html Css Color HEX #069CBF Pacific Blue

📋 copy color: '#069CBF'

red 6 ◦ green 156 ◦ blue 191

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

Shades of Pacific Blue #069CBF

Tints of Pacific Blue #069CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

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

R = 1.7%
G = 44.19%
B = 54.11%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#069CBF (or 0x069CBF) is known color: Pacific Blue. HEX triplet: 06, 9C and BF. RGB value is (6,156,191). Sum of RGB (Red+Green+Blue) = 6+156+191=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #069CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CBF is #F96340. Grayscale: #727272. Windows color (decimal): -16343873 or 12557318. OLE color: 12557318.

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

Color convert

RGB 6 156 191 -
CMYK 0.97 0.18 0 0.25
HSL 191.35º 0.94% 0.39% -
HSV(B) 191.35º 0.97% 0.75% -
XYZ 21.37 27.58 53.49 -
YUV 115.14 170.81 50.15 -
System Red Green Blue C M Y K H S L
Decimal 6 156 191 0.97 0.18 0 0.25 191.35 0.94 0.39
Hex 6 9C BF 61 12 0 19 BF 5E 27
Octal 6 234 277 141 22 0 31 277 136 47
Binary 110 10011100 10111111 1100001 10010 0 11001 10111111 1011110 100111

Color Harmonies of #069CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CBF

Black with #069CBF

Text Example


Text Example

White with #069CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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