Html Css Color HEX #069CBC Pacific Blue

📋 copy color: '#069CBC'

red 6 ◦ green 156 ◦ blue 188

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

Shades of Pacific Blue #069CBC

Tints of Pacific Blue #069CBC

RGB

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

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

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

R = 1.71%
G = 44.57%
B = 53.71%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#069CBC (or 0x069CBC) is known color: Pacific Blue. HEX triplet: 06, 9C and BC. RGB value is (6,156,188). Sum of RGB (Red+Green+Blue) = 6+156+188=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #069CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CBC is #F96343. Grayscale: #727272. Windows color (decimal): -16343876 or 12360710. OLE color: 12360710.

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

Color convert

RGB 6 156 188 -
CMYK 0.97 0.17 0 0.26
HSL 190.55º 0.94% 0.38% -
HSV(B) 190.55º 0.97% 0.74% -
XYZ 21.04 27.45 51.77 -
YUV 114.8 169.31 50.4 -
System Red Green Blue C M Y K H S L
Decimal 6 156 188 0.97 0.17 0 0.26 190.55 0.94 0.38
Hex 6 9C BC 61 11 0 1A BF 5E 26
Octal 6 234 274 141 21 0 32 277 136 46
Binary 110 10011100 10111100 1100001 10001 0 11010 10111111 1011110 100110

Color Harmonies of #069CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CBC

Black with #069CBC

Text Example


Text Example

White with #069CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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